Skip to content

Commit

Permalink
Fix deploy-custom-container-mlflow-multiployment-scikit.sh after mlfl…
Browse files Browse the repository at this point in the history
…ow folder rename (Azure#2091)
  • Loading branch information
kdestin committed Feb 24, 2023
1 parent ed819aa commit 36577e3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export ACR_NAME=$(az ml workspace show --query container_registry -o tsv | cut -
# <initialize_build_context>
export PARENT_PATH=endpoints/online/custom-container/mlflow/multideployment-scikit/
export BASE_PATH="$PARENT_PATH/mlflow_context"
export ASSET_PATH=endpoints/online/mlflow
export ASSET_PATH=endpoints/online/ncd
rm -rf $BASE_PATH && mkdir $BASE_PATH
# </initialize_build_context>

Expand Down

0 comments on commit 36577e3

Please sign in to comment.