Skip to content

Commit 52228ca

Browse files
committed
feat(docker): map config directory under app directory
Signed-off-by: 陳鈞 <jim60105@gmail.com>
1 parent ddc71d9 commit 52228ca

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docker-compose.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,12 @@ services:
2323
- ./dataset/logs:/app/logs
2424
- ./dataset/outputs:/app/outputs
2525
- ./dataset/regularization:/app/regularization
26+
- ./.cache/config:/app/config
2627
- ./.cache/user:/home/1000/.cache
2728
- ./.cache/triton:/home/1000/.triton
2829
- ./.cache/nv:/home/1000/.nv
2930
- ./.cache/keras:/home/1000/.keras
30-
- ./.cache/config:/home/1000/.config
31+
- ./.cache/config:/home/1000/.config # For backward compatibility
3132
deploy:
3233
resources:
3334
reservations:

0 commit comments

Comments
 (0)