mirror of
https://github.com/ParisNeo/lollms-webui.git
synced 2024-12-18 20:17:50 +00:00
bugfix docker file
This commit is contained in:
parent
6568a44317
commit
6732eae99b
@ -11,6 +11,9 @@ 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 ./pyGpt4All/backends/backend.py /srv/backends/backend.py
|
||||
COPY ./pyGpt4All/backends/llama_cpp.py /srv/backends/llama_cpp.py
|
||||
COPY ./pyGpt4All/backends/gpt_j.py /srv/backends/gpt_j.py
|
||||
COPY ./static /srv/static
|
||||
COPY ./templates /srv/templates
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user