Skip to content

Commit

Permalink
Merge pull request #1317 from Kaggle/upgrade-pyarrow
Browse files Browse the repository at this point in the history
Upgrade pyarrow
  • Loading branch information
djherbis authored Nov 10, 2023
2 parents 1c37aa8 + 492257c commit 395d333
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -240,8 +240,7 @@ RUN apt-get install -y libfreetype6-dev && \
scikit-image && \
/tmp/clean-layer.sh

RUN pip install ibis-framework && \
pip install opencv-contrib-python opencv-python && \
RUN pip install opencv-contrib-python opencv-python && \
/tmp/clean-layer.sh

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

Expand Down

0 comments on commit 395d333

Please sign in to comment.