mirror of
https://github.com/ParisNeo/lollms-webui.git
synced 2025-01-29 15:44:12 +00:00
Fixed docker file
This commit is contained in:
parent
b191106863
commit
269dfd5a0c
@ -7,8 +7,10 @@ RUN python3 -m venv venv && . venv/bin/activate
|
||||
RUN python3 -m pip install --no-cache-dir -r requirements.txt --upgrade pip
|
||||
|
||||
COPY ./app.py /srv/app.py
|
||||
COPY ./db.py /srv/db.py
|
||||
COPY ./config.py /srv/config.py
|
||||
COPY ./pyGpt4All/api.py /srv/pyGpt4All/api.py
|
||||
COPY ./pyGpt4All/db.py /srv/pyGpt4All/db.py
|
||||
COPY ./pyGpt4All/config.py /srv/pyGpt4All/config.py
|
||||
COPY ./pyGpt4All/extension.py /srv/pyGpt4All/extension.py
|
||||
COPY ./static /srv/static
|
||||
COPY ./templates /srv/templates
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user