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 99f65f0 commit dd3762eCopy full SHA for dd3762e
Dockerfile.tmpl
@@ -359,6 +359,7 @@ RUN pip install --upgrade cython && \
359
pip install category_encoders && \
360
# google-cloud-automl 2.0.0 introduced incompatible API changes, need to pin to 1.0.1
361
pip install google-cloud-automl==1.0.1 && \
362
+ pip install google-api-core==1.33.2 && \
363
pip install google-cloud-bigquery==2.2.0 && \
364
pip install google-cloud-storage && \
365
pip install google-cloud-translate==3.* && \
0 commit comments