We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e3d1d8c + dfcc4fa commit aee8498Copy full SHA for aee8498
Dockerfile
@@ -22,7 +22,9 @@ RUN sed -i "s/httpredir.debian.org/debian.uchicago.edu/" /etc/apt/sources.list &
22
/tmp/clean-layer.sh
23
24
# The anaconda base image includes outdated versions of these packages. Update them to include the latest version.
25
-RUN pip install seaborn python-dateutil dask && \
+# 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.
26
+RUN pip install distributed==2.10.0 && \
27
+ pip install seaborn python-dateutil dask && \
28
pip install pyyaml joblib pytagcloud husl geopy ml_metrics mne pyshp && \
29
# b/148783763 removes once qgrid and tsfresh supports pandas 1.0.0
30
pip install pandas==0.25.3 && \
0 commit comments