Skip to content

Commit

Permalink
Merge pull request #2868 from vvsotnikov/master
Browse files Browse the repository at this point in the history
feat(docker): mount models folder as a volume
  • Loading branch information
bmaltais authored Oct 3, 2024
2 parents 3f1d414 + d89f0be commit 54c0bee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ cudnn_windows/
bitsandbytes_windows/
bitsandbytes_windows_deprecated/
dataset/
models/
__pycache__/
venv/
**/.hadolint.yml
Expand Down
1 change: 1 addition & 0 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ services:
- /tmp
volumes:
- /tmp/.X11-unix:/tmp/.X11-unix
- ./models:/app/models
- ./dataset:/dataset
- ./dataset/images:/app/data
- ./dataset/logs:/app/logs
Expand Down

0 comments on commit 54c0bee

Please sign in to comment.