mirror of
https://github.com/ParisNeo/lollms-webui.git
synced 2024-12-19 20:37:51 +00:00
upgraded docker files
This commit is contained in:
parent
07bd7d5338
commit
e15169dafd
@ -8,6 +8,7 @@ RUN python3 -m pip install --no-cache-dir -r requirements.txt --upgrade pip
|
|||||||
|
|
||||||
COPY ./app.py /srv/app.py
|
COPY ./app.py /srv/app.py
|
||||||
COPY ./db.py /srv/db.py
|
COPY ./db.py /srv/db.py
|
||||||
|
COPY ./config.py /srv/config.py
|
||||||
COPY ./static /srv/static
|
COPY ./static /srv/static
|
||||||
COPY ./templates /srv/templates
|
COPY ./templates /srv/templates
|
||||||
|
|
||||||
|
@ -10,5 +10,6 @@ services:
|
|||||||
- ./data/.nomic:/root/.nomic/
|
- ./data/.nomic:/root/.nomic/
|
||||||
- ./models:/srv/models
|
- ./models:/srv/models
|
||||||
- ./configs:/srv/configs
|
- ./configs:/srv/configs
|
||||||
|
- ./personalities:/srv/personalities
|
||||||
ports:
|
ports:
|
||||||
- "9600:9600"
|
- "9600:9600"
|
||||||
|
Loading…
Reference in New Issue
Block a user