Unpinning azureml-defaults to avoid installing itsdangerous coming indirectly from Flask (#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
This commit is contained in:
Harneet Virk 2022-02-22 16:49:29 -08:00 коммит произвёл GitHub
Родитель f97e87e819
Коммит b909292968
7 изменённых файлов: 7 добавлений и 3 удалений

Просмотреть файл

@ -1,5 +1,6 @@
set -e
# <set_variables>
export WORKSPACE="<WORKSPACE_NAME>"
export LOCATION="<WORKSPACE_LOCATION>"

Просмотреть файл

@ -1,5 +1,6 @@
set -e
# <set_variables>
export WORKSPACE="<WORKSPACE_NAME>"
export LOCATION="<WORKSPACE_LOCATION>"

Просмотреть файл

@ -1,5 +1,6 @@
set -e
# <set_endpoint_name>
export ENDPOINT_NAME="<YOUR_ENDPOINT_NAME>"
# </set_endpoint_name>

Просмотреть файл

@ -1,5 +1,6 @@
set -e
# <set_endpoint_name>
export ENDPOINT_NAME="<YOUR_ENDPOINT_NAME>"
# </set_endpoint_name>

Просмотреть файл

@ -8,6 +8,6 @@ dependencies:
- scikit-learn=0.24.2
- scipy=1.7.1
- pip:
- azureml-defaults==1.33.0
- azureml-defaults==1.38.0
- inference-schema[numpy-support]==1.3.0
- joblib==1.0.1

Просмотреть файл

@ -8,6 +8,6 @@ dependencies:
- scikit-learn=0.24.2
- scipy=1.7.1
- pip:
- azureml-defaults==1.33.0
- azureml-defaults==1.38.0
- inference-schema[numpy-support]==1.3.0
- joblib==1.0.1

Просмотреть файл

@ -241,4 +241,4 @@ RUN cd DeepSpeed && \
git pull && \
git checkout master && \
pip install -v . && \
ds_report
ds_report