You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Dockerfile.tmpl
+16-16Lines changed: 16 additions & 16 deletions
Original file line number
Diff line number
Diff line change
@@ -381,16 +381,6 @@ RUN pip install tensorpack && \
381
381
# Remove files that can't be uninstalled normally:
382
382
RUN rm /opt/conda/lib/python3.7/site-packages/google*/REQUESTED
383
383
RUN rm /opt/conda/lib/python3.7/site-packages/google*/direct_url.json
384
-
# google-cloud-automl 2.0.0 introduced incompatible API changes, need to pin to 1.0.1
385
-
RUN pip install google-cloud-automl==1.0.1 \
386
-
google-api-core==1.33.2 \
387
-
google-cloud-bigquery==2.2.0 \
388
-
google-cloud-storage \
389
-
google-cloud-translate==3.* \
390
-
google-cloud-language==2.* \
391
-
google-cloud-videointelligence==2.* \
392
-
google-cloud-vision==2.* \
393
-
protobuf==3.20.3
394
384
# install cython & cysignals before pyfasttext
395
385
RUN pip install cython \
396
386
cysignals \
@@ -401,8 +391,18 @@ RUN pip install annoy \
401
391
category_encoders && \
402
392
# b/183041606#comment5: the Kaggle data proxy doesn't support these APIs. If the library is missing, it falls back to using a regular BigQuery query to fetch data.
0 commit comments