Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 9 additions & 4 deletions db/yaml/workflows/hyperparameter-tuning/20210118175809.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -114,10 +114,15 @@ templates:
optional: true
container:
image: onepanel/dl:0.17.0
command:
- sh
- -c
args:
- --config
# [CHANGE] Update the path below to point to config.yaml path as described above
- /mnt/data/src/workflows/hyperparameter-tuning/mnist/config.yaml
# [CHANGE] Update the config path below to point to config.yaml path as described above
# Note that you can `pip install` additional tools here if necessary
- |
python -u /opt/onepanel/nni/start.py \
--config /mnt/data/src/workflows/hyperparameter-tuning/mnist/config.yaml
workingDir: /mnt
volumeMounts:
- name: hyperparamtuning-data
Expand Down Expand Up @@ -186,4 +191,4 @@ volumeClaimTemplates:
accessModes: [ "ReadWriteOnce" ]
resources:
requests:
storage: 20Gi
storage: 20Gi