We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a3ed38 commit e1eadbfCopy full SHA for e1eadbf
backend/app/jobs/service.py
@@ -61,7 +61,7 @@ def _get_run_cmd(inputs: JOB_INPUTS):
61
62
# Volumes
63
cmd += f" --volume {VOLUME_JOBS}"
64
- if inputs.dataset_volume or dataset_extras:
+ if inputs.dataset_volume or inputs.dataset_config or dataset_extras:
65
cmd += f" --volume {VOLUME_DATASETS}"
66
67
# Docker args
0 commit comments