Skip to content

Commit 395d333

Browse files
authored
Merge pull request #1317 from Kaggle/upgrade-pyarrow
Upgrade pyarrow
2 parents 1c37aa8 + 492257c commit 395d333

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Dockerfile.tmpl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -240,8 +240,7 @@ RUN apt-get install -y libfreetype6-dev && \
240240
scikit-image && \
241241
/tmp/clean-layer.sh
242242

243-
RUN pip install ibis-framework && \
244-
pip install opencv-contrib-python opencv-python && \
243+
RUN pip install opencv-contrib-python opencv-python && \
245244
/tmp/clean-layer.sh
246245

247246
RUN pip install scipy \
@@ -481,7 +480,8 @@ RUN pip install bleach \
481480
wcwidth \
482481
webencodings \
483482
widgetsnbextension \
484-
pyarrow \
483+
# Require pyarrow newer than https://github.com/advisories/GHSA-5wvp-7f3h-6wmm
484+
{{ if eq .Accelerator "gpu" }} pyarrow {{ else }} "pyarrow>=14.0.1" {{ end }} \
485485
feather-format \
486486
fastai
487487

0 commit comments

Comments
 (0)