We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e1d8aa commit 2939f49Copy full SHA for 2939f49
provider/tutorial/notebooks/inference.dockerfile
@@ -10,7 +10,9 @@ ENV PATH $AZUREML_CONDA_ENVIRONMENT_PATH/bin:$PATH
10
RUN apt-get install -y gcc
11
RUN apt-get install -y unixodbc-dev
12
13
-RUN pip install 'azureml-defaults==1.42.0' \
+RUN pip install \
14
+ 'protobuf<=3.20' \
15
+ 'azureml-defaults==1.42.0' \
16
'feast-azure-provider==0.3.0' \
17
'scikit-learn==0.22.2.post1' \
18
'joblib===1.1.0' \
0 commit comments