Skip to content

Commit 71c35fe

Browse files
authored
Install latest version of seaborn which fixes heatmap (#1315)
http://b/308525631
1 parent 4d71248 commit 71c35fe

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Dockerfile.tmpl

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,8 +178,12 @@ RUN export PATH=/usr/local/cuda/bin:$PATH && \
178178
/tmp/clean-layer.sh
179179
{{ end }}
180180

181+
# Make sure to install at least the version 0.13.0 of seaborn
182+
# which has a fix for heatmap (b/308525631)
181183
RUN JAXVER=$(pip freeze | grep -e "^jax==") && \
182-
pip install seaborn python-dateutil dask igraph \
184+
pip install \
185+
seaborn>=0.13.0 \
186+
python-dateutil dask igraph \
183187
pyyaml joblib husl geopy mne pyshp \
184188
pandas \
185189
polars \

0 commit comments

Comments
 (0)