Docker-compose: Add models to bind mounts
At least one bind mount is required in the volumes YAML block otherwise the docker build fails. Models should be fine to default since it always exists. Signed-off-by: kingbri <bdashore3@proton.me>
This commit is contained in:
parent
dae394050e
commit
ecaddec48a
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ services:
|
|||
- NAME=TabbyAPI
|
||||
- NVIDIA_VISIBLE_DEVICES=all
|
||||
volumes:
|
||||
# - /path/to/models:/app/models # Change me
|
||||
- ./models:/app/models # Change me
|
||||
# - /path/to/config.yml:/app/config.yml # Change me
|
||||
# - /path/to/api_tokens.yml:/app/api_tokens.yml # Change me
|
||||
deploy:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue