Skip to content

Commit aee8498

Browse files
authored
Merge pull request Kaggle#726 from Kaggle/pin-distributed
Pin distributed
2 parents e3d1d8c + dfcc4fa commit aee8498

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Dockerfile

+3-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,9 @@ RUN sed -i "s/httpredir.debian.org/debian.uchicago.edu/" /etc/apt/sources.list &
2222
/tmp/clean-layer.sh
2323

2424
# 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 && \
25+
# 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 && \
2628
pip install pyyaml joblib pytagcloud husl geopy ml_metrics mne pyshp && \
2729
# b/148783763 removes once qgrid and tsfresh supports pandas 1.0.0
2830
pip install pandas==0.25.3 && \

0 commit comments

Comments
 (0)