Skip to content

Commit

Permalink
Apply fix to on-prem pipeline config as well
Browse files Browse the repository at this point in the history
  • Loading branch information
stiebels committed Feb 16, 2024
1 parent 5161f40 commit 245a725
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"/bin/sh"
],
"stdin": [
"python train.py --git-url https://[email protected]:/determined-ai/pdk.git --git-ref main --sub-dir examples/object-detection/experiment --config const.yaml --repo object-detection-data --model object-detection --project pdk-object-detection --incremental false"
"python train.py --git-url https://[email protected]:/determined-ai/pdk.git --git-ref main --sub-dir examples/object-detection/experiment --config const.yaml --repo object-detection-data --model object-detection --project pdk-object-detection --no-incremental"
],
"image": "pachyderm/pdk:train-v0.0.5",
"secrets": [
Expand Down Expand Up @@ -45,4 +45,4 @@
},
"autoscaling": true,
"pod_patch": "[{\"op\": \"add\",\"path\": \"/volumes/-\",\"value\": {\"name\": \"det-checkpoints\",\"hostpath\": {\"path\": \"/mnt/efs/shared_fs/determined\",\"type\": \"Directory\"}}}, {\"op\": \"add\",\"path\": \"/containers/0/volumeMounts/-\",\"value\": {\"mountPath\": \"/determined_shared_fs\",\"name\": \"det-checkpoints\"}}]"
}
}

0 comments on commit 245a725

Please sign in to comment.