mirror of
https://github.com/ParisNeo/lollms-webui.git
synced 2025-01-29 15:44:12 +00:00
add missing __init__
This commit is contained in:
parent
6d22be1ba9
commit
a886789472
@ -7,10 +7,7 @@ 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 ./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 /srv/pyGpt4All
|
||||
COPY ./backends /srv/backends
|
||||
COPY ./static /srv/static
|
||||
COPY ./templates /srv/templates
|
||||
|
1
pyGpt4All/__init__.py
Normal file
1
pyGpt4All/__init__.py
Normal file
@ -0,0 +1 @@
|
||||
|
Loading…
x
Reference in New Issue
Block a user