Skip to content

Commit

Permalink
feat(docker): map config directory under app directory
Browse files Browse the repository at this point in the history
Signed-off-by: 陳鈞 <[email protected]>
  • Loading branch information
jim60105 committed Mar 15, 2024
1 parent ddc71d9 commit 52228ca
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,12 @@ services:
- ./dataset/logs:/app/logs
- ./dataset/outputs:/app/outputs
- ./dataset/regularization:/app/regularization
- ./.cache/config:/app/config
- ./.cache/user:/home/1000/.cache
- ./.cache/triton:/home/1000/.triton
- ./.cache/nv:/home/1000/.nv
- ./.cache/keras:/home/1000/.keras
- ./.cache/config:/home/1000/.config
- ./.cache/config:/home/1000/.config # For backward compatibility
deploy:
resources:
reservations:
Expand Down

0 comments on commit 52228ca

Please sign in to comment.