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 38ea610 commit 013cfb1Copy full SHA for 013cfb1
provider/tutorial/notebooks/inference.dockerfile
@@ -11,7 +11,7 @@ RUN apt-get install -y gcc
11
RUN apt-get install -y unixodbc-dev
12
13
RUN pip install \
14
- 'protobuf<=3.20' \
+ 'protobuf>=3.10,<3.20' \
15
'azureml-defaults==1.42.0' \
16
'feast-azure-provider==0.3.0' \
17
'scikit-learn==0.22.2.post1' \
0 commit comments