@@ -36,7 +36,7 @@ ARG TORCHAUDIO_VERSION
36
36
ARG TORCHTEXT_VERSION
37
37
ARG TORCHVISION_VERSION
38
38
39
- # Disable pesky logs like: KMP_AFFINITY: pid 6121 tid 6121 thread 0 bound to OS proc set 0
39
+ # Disable pesky logs like: KMP_AFFINITY: pid 6121 tid 6121 thread 0 bound to OS proc set 0
40
40
# See: https://stackoverflow.com/questions/57385766/disable-tensorflow-log-information
41
41
ENV KMP_WARNINGS=0
42
42
# Also make the KMP logs noverbose.
@@ -221,7 +221,7 @@ RUN pip install ibis-framework && \
221
221
222
222
RUN pip install scipy && \
223
223
pip install scikit-learn && \
224
- # Scikit-learn accelerated library for x86
224
+ # Scikit-learn accelerated library for x86
225
225
# TODO(b/262387811#4) Unpin when the package is fixed.
226
226
pip install scikit-learn-intelex==2021.6.3 && \
227
227
# HDF5 support
@@ -336,7 +336,7 @@ RUN pip install mpld3 && \
336
336
pip install mock && \
337
337
/tmp/clean-layer.sh
338
338
339
- RUN pip install tensorpack && \
339
+ RUN pip install tensorpack && \
340
340
# Add google PAIR-code Facets
341
341
cd /opt/ && git clone https://github.com/PAIR-code/facets && cd facets/ && jupyter nbextension install facets-dist/ --user && \
342
342
export PYTHONPATH=$PYTHONPATH:/opt/facets/facets_overview/python/ && \
@@ -374,7 +374,7 @@ RUN pip install --upgrade cython && \
374
374
# 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.
375
375
pip uninstall -y google-cloud-bigquery-storage && \
376
376
# After launch this should be installed from pip
377
- pip install git+https://github.com/googleapis/python-aiplatform.git@mb-release && \
377
+ pip install git+https://github.com/googleapis/python-aiplatform.git@mb-release && \
378
378
pip install ortools && \
379
379
pip install scattertext && \
380
380
# Pandas data reader
@@ -493,7 +493,7 @@ RUN pip install flashtext && \
493
493
# b/254245259 catalyst requires accelerate but it breaks with the version 0.13.1
494
494
pip install accelerate==0.12.0 && \
495
495
pip install catalyst && \
496
- # b/206990323 osmx 1.1.2 requires numpy >= 1.21 which we don't want.
496
+ # b/206990323 osmx 1.1.2 requires numpy >= 1.21 which we don't want.
497
497
pip install osmnx==1.1.1 && \
498
498
apt-get -y install libspatialindex-dev && \
499
499
pip install pytorch-ignite && \
@@ -526,6 +526,7 @@ RUN pip install flashtext && \
526
526
pip install tables && \
527
527
pip install openpyxl && \
528
528
pip install timm && \
529
+ pip install pycolmap && \
529
530
/tmp/clean-layer.sh
530
531
531
532
# Download base easyocr models.
0 commit comments