Skip to content

Commit 013cfb1

Browse files
committed
Update protobuf version in inference dockerfile
1 parent 38ea610 commit 013cfb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

provider/tutorial/notebooks/inference.dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ RUN apt-get install -y gcc
1111
RUN apt-get install -y unixodbc-dev
1212

1313
RUN pip install \
14-
'protobuf<=3.20' \
14+
'protobuf>=3.10,<3.20' \
1515
'azureml-defaults==1.42.0' \
1616
'feast-azure-provider==0.3.0' \
1717
'scikit-learn==0.22.2.post1' \

0 commit comments

Comments
 (0)