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 6cc39c3 commit 96264feCopy full SHA for 96264fe
Dockerfile
@@ -49,8 +49,7 @@ RUN conda config --add channels conda-forge && \
49
/tmp/clean-layer.sh
50
51
# The anaconda base image includes outdated versions of these packages. Update them to include the latest version.
52
-# b/150498764 distributed 2.11.0 fails at import while trying to reach out to 8.8.8.8 since the network is disabled in our hermetic tests.
53
-RUN pip install distributed==2.10.0 && \
+RUN pip install distributed && \
54
pip install seaborn python-dateutil dask && \
55
pip install pyyaml joblib pytagcloud husl geopy ml_metrics mne pyshp && \
56
pip install pandas && \
0 commit comments