We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1c37aa8 + 492257c commit 395d333Copy full SHA for 395d333
Dockerfile.tmpl
@@ -240,8 +240,7 @@ RUN apt-get install -y libfreetype6-dev && \
240
scikit-image && \
241
/tmp/clean-layer.sh
242
243
-RUN pip install ibis-framework && \
244
- pip install opencv-contrib-python opencv-python && \
+RUN pip install opencv-contrib-python opencv-python && \
245
246
247
RUN pip install scipy \
@@ -481,7 +480,8 @@ RUN pip install bleach \
481
480
wcwidth \
482
webencodings \
483
widgetsnbextension \
484
- pyarrow \
+ # Require pyarrow newer than https://github.com/advisories/GHSA-5wvp-7f3h-6wmm
+ {{ if eq .Accelerator "gpu" }} pyarrow {{ else }} "pyarrow>=14.0.1" {{ end }} \
485
feather-format \
486
fastai
487
0 commit comments