Skip to content

Commit

Permalink
Update deploy.sh (#2747)
Browse files Browse the repository at this point in the history
  • Loading branch information
santiagxf authored Oct 19, 2023
1 parent 5bb2997 commit 4f44ad2
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ az ml online-endpoint invoke -n $ENDPOINT_NAME -d with-package -f sample-request
#</test_deployment>

#<create_deployment_inline>
az ml online-deployment create -f model-deployment.yml -e $ENDPOINT_NAME
az ml online-deployment create --with-package -f model-deployment.yml -e $ENDPOINT_NAME
#</create_deployment_inline>

#<delete_resources>
Expand All @@ -38,4 +38,4 @@ az ml online-endpoint delete -n $ENDPOINT_NAME --yes

#<build_package_copy>
az ml model package -n $MODEL_NAME -l latest --file package-external.yml
#</build_package_copy>
#</build_package_copy>

0 comments on commit 4f44ad2

Please sign in to comment.