Skip to content

Commit 6a7ca53

Browse files
authored
Docker: update cached directories
1 parent cba5e46 commit 6a7ca53

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker-compose.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ services:
1919
- ./dataset:/dataset
2020
- ./.cache/user:/home/appuser/.cache
2121
- ./.cache/triton:/home/appuser/.triton
22-
- ./.cache/__pycache__:/app/__pycache__
22+
- ./.cache/config:/app/appuser/.config
2323
- ./.cache/nv:/home/appuser/.nv
24-
- ./.cache/keras:/home/appuser/.keras
24+
- ./.cache/keras:/home/appuser/.keras
2525
deploy:
2626
resources:
2727
reservations:

0 commit comments

Comments
 (0)