Skip to content

Commit 96264fe

Browse files
committed
Unpin distributed
Base image now includes distributed 2.16.0.
1 parent 6cc39c3 commit 96264fe

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,7 @@ RUN conda config --add channels conda-forge && \
4949
/tmp/clean-layer.sh
5050

5151
# 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 && \
52+
RUN pip install distributed && \
5453
pip install seaborn python-dateutil dask && \
5554
pip install pyyaml joblib pytagcloud husl geopy ml_metrics mne pyshp && \
5655
pip install pandas && \

0 commit comments

Comments
 (0)