Skip to content

Commit 2939f49

Browse files
committed
Update tutorial inference dockerfile
- Restrict protobuf version less or equal to 3.20
1 parent 3e1d8aa commit 2939f49

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

provider/tutorial/notebooks/inference.dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@ ENV PATH $AZUREML_CONDA_ENVIRONMENT_PATH/bin:$PATH
1010
RUN apt-get install -y gcc
1111
RUN apt-get install -y unixodbc-dev
1212

13-
RUN pip install 'azureml-defaults==1.42.0' \
13+
RUN pip install \
14+
'protobuf<=3.20' \
15+
'azureml-defaults==1.42.0' \
1416
'feast-azure-provider==0.3.0' \
1517
'scikit-learn==0.22.2.post1' \
1618
'joblib===1.1.0' \

0 commit comments

Comments
 (0)