Merge pull request #150 from AmgadHasan/fixDockerWorkflow
Fix docker compose volume mount
This commit is contained in:
commit
ddad422d8b
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ services:
|
|||
- NAME=TabbyAPI
|
||||
- NVIDIA_VISIBLE_DEVICES=all
|
||||
volumes:
|
||||
- ./models:/usr/src/app/models
|
||||
- ./models:/app/models
|
||||
deploy:
|
||||
resources:
|
||||
reservations:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue