mirror of
https://github.com/ParisNeo/lollms-webui.git
synced 2024-12-18 20:17:50 +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 ./db.py /srv/db.py
|
||||
COPY ./config.py /srv/config.py
|
||||
COPY ./static /srv/static
|
||||
COPY ./templates /srv/templates
|
||||
|
||||
|
@ -10,5 +10,6 @@ services:
|
||||
- ./data/.nomic:/root/.nomic/
|
||||
- ./models:/srv/models
|
||||
- ./configs:/srv/configs
|
||||
- ./personalities:/srv/personalities
|
||||
ports:
|
||||
- "9600:9600"
|
||||
|
Loading…
Reference in New Issue
Block a user