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.
1 parent 496c394 commit 492257cCopy full SHA for 492257c
Dockerfile.tmpl
@@ -114,7 +114,7 @@ RUN pip install spacy && \
114
115
# b/232247930: uninstall pyarrow to avoid double installation with the GPU specific version.
116
RUN pip uninstall -y pyarrow && \
117
- mamba install -y "pyarrow>=14.0.1" cudf cuml && \
+ mamba install -y cudf cuml && \
118
/tmp/clean-layer.sh
119
120
# TODO: b/296444923 - Resolve pandas dependency another way
@@ -481,7 +481,7 @@ RUN pip install bleach \
481
webencodings \
482
widgetsnbextension \
483
# Require pyarrow newer than https://github.com/advisories/GHSA-5wvp-7f3h-6wmm
484
- "pyarrow>=14.0.1" \
+ {{ if eq .Accelerator "gpu" }} pyarrow {{ else }} "pyarrow>=14.0.1" {{ end }} \
485
feather-format \
486
fastai
487
0 commit comments