Skip to content

Commit

Permalink
specify branch in argowf yaml args command
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasFaria committed Nov 25, 2024
1 parent ce976e7 commit 57283a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion argo-workflows/train-workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ spec:
image: inseefrlab/codif-ape-train:naf2008
imagePullPolicy: Always
command: ["/bin/bash", -c]
args: ["git clone https://github.com/InseeFrLab/codif-ape-train.git &&\
args: ["git clone -b naf2008 https://github.com/InseeFrLab/codif-ape-train.git &&\
cd codif-ape-train/ &&\
mlflow run ~/work/codif-ape-train/ \
--env-manager=local \
Expand Down

0 comments on commit 57283a2

Please sign in to comment.