mirror of
https://github.com/ParisNeo/lollms-webui.git
synced 2024-12-18 20:17:50 +00:00
Model mounting changed
This commit is contained in:
parent
d72d3347fd
commit
241b35f6ae
@ -10,5 +10,5 @@ COPY ./app.py /srv/app.py
|
||||
COPY ./static /srv/static
|
||||
COPY ./templates /srv/templates
|
||||
|
||||
COPY ./models /srv/models
|
||||
# COPY ./models /srv/models # Mounting model is more efficient
|
||||
CMD ["python", "app.py", "--host", "0.0.0.0", "--port", "4685", "--db_path", "data/database.db"]
|
||||
|
@ -8,5 +8,6 @@ services:
|
||||
volumes:
|
||||
- ./data:/srv/data
|
||||
- ./data/.nomic:/root/.nomic/
|
||||
- ./models:/srv/models
|
||||
ports:
|
||||
- "4685:4685"
|
||||
|
Loading…
Reference in New Issue
Block a user