Skip to content

Commit

Permalink
Update .github/workflows/deploy_image_on_vm.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Hgherzog authored Jan 14, 2025
1 parent 798401a commit 80098e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_image_on_vm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ extra_args_model_predict="$extra_args_model_predict" \
--task_name $TASK_NAME \
--budget $BUDGET \
--workspace $WORKSPACE \
--extra_args \"$EXTRA_ARGS\" && \
--extra_args \"$EXTRA_ARGS\"" && \
echo "INFERENCE_JOB_LAUNCH_COMMAND: $INFERENCE_JOB_LAUNCH_COMMAND" && \
echo "Launching inference job on Beaker" && \
docker run -e BEAKER_TOKEN=$BEAKER_TOKEN \
Expand Down

0 comments on commit 80098e7

Please sign in to comment.