Skip to content

Commit

Permalink
Merge pull request #150 from AmgadHasan/fixDockerWorkflow
Browse files Browse the repository at this point in the history
Fix docker compose volume mount
  • Loading branch information
kingbri1 authored Jul 12, 2024
2 parents ae4ba76 + 2e5cf0e commit ddad422
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ services:
- NAME=TabbyAPI
- NVIDIA_VISIBLE_DEVICES=all
volumes:
- ./models:/usr/src/app/models
- ./models:/app/models
deploy:
resources:
reservations:
Expand Down

0 comments on commit ddad422

Please sign in to comment.