Skip to content

Commit 8deea28

Browse files
authored
Unpinning azureml-defaults to avoid installing itsdangerous coming indirectly from Flask (Azure#981)
* Unpinning azureml-defaults to avoid installing itsdangerous coming indirectly from Flask * Pinning to the latest azureml version and touching files to trigger the builds * Removing the update from docker
1 parent 428ef9a commit 8deea28

File tree

7 files changed

+7
-3
lines changed

7 files changed

+7
-3
lines changed

cli/deploy-managed-online-endpoint-access-resource-sai.sh

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
set -e
22

3+
34
# <set_variables>
45
export WORKSPACE="<WORKSPACE_NAME>"
56
export LOCATION="<WORKSPACE_LOCATION>"

cli/deploy-managed-online-endpoint-access-resource-uai.sh

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
set -e
22

3+
34
# <set_variables>
45
export WORKSPACE="<WORKSPACE_NAME>"
56
export LOCATION="<WORKSPACE_LOCATION>"

cli/deploy-managed-online-endpoint-mlflow.sh

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
set -e
22

3+
34
# <set_endpoint_name>
45
export ENDPOINT_NAME="<YOUR_ENDPOINT_NAME>"
56
# </set_endpoint_name>

cli/deploy-safe-rollout-online-endpoints.sh

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
set -e
22

3+
34
# <set_endpoint_name>
45
export ENDPOINT_NAME="<YOUR_ENDPOINT_NAME>"
56
# </set_endpoint_name>

cli/endpoints/online/model-1/environment/conda.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ dependencies:
88
- scikit-learn=0.24.2
99
- scipy=1.7.1
1010
- pip:
11-
- azureml-defaults==1.33.0
11+
- azureml-defaults==1.38.0
1212
- inference-schema[numpy-support]==1.3.0
1313
- joblib==1.0.1

cli/endpoints/online/model-2/environment/conda.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ dependencies:
88
- scikit-learn=0.24.2
99
- scipy=1.7.1
1010
- pip:
11-
- azureml-defaults==1.33.0
11+
- azureml-defaults==1.38.0
1212
- inference-schema[numpy-support]==1.3.0
1313
- joblib==1.0.1

python-sdk/workflows/train/deepspeed/transformers/dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -241,4 +241,4 @@ RUN cd DeepSpeed && \
241241
git pull && \
242242
git checkout master && \
243243
pip install -v . && \
244-
ds_report
244+
ds_report

0 commit comments

Comments
 (0)