mirror of
https://github.com/ParisNeo/lollms-webui.git
synced 2024-12-19 20:37:51 +00:00
fixed docker
This commit is contained in:
parent
328e60f8ae
commit
4a4ea79435
@ -7,7 +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 ./gpt4all_api /srv/gpt4all_api
|
||||
COPY ./api /srv/api
|
||||
COPY ./backends /srv/backends
|
||||
COPY ./static /srv/static
|
||||
COPY ./templates /srv/templates
|
||||
|
@ -7,7 +7,7 @@ services:
|
||||
dockerfile: Dockerfile
|
||||
volumes:
|
||||
- ./data:/srv/data
|
||||
- ./data/.nomic:/root/.nomic/
|
||||
- ./data/.parisneo:/root/.parisneo/
|
||||
- ./models:/srv/models
|
||||
- ./configs:/srv/configs
|
||||
- ./personalities:/srv/personalities
|
||||
|
Loading…
Reference in New Issue
Block a user