fix: new path for runs

This commit is contained in:
2025-12-12 12:56:52 +01:00
parent 18bd11c09f
commit 0846ebd8c2

View File

@@ -6,7 +6,7 @@ services:
ports:
- "6006:6006"
volumes:
- ./experiments/ml/checkpoints:/logs
- ./experiments/ml/runs:/logs
command: tensorboard --logdir=/logs --host=0.0.0.0 --port=6006
restart: unless-stopped