File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ RUN pip install spacy && \
114
114
115
115
# b/232247930: uninstall pyarrow to avoid double installation with the GPU specific version.
116
116
RUN pip uninstall -y pyarrow && \
117
- mamba install -y "pyarrow>=14.0.1" cudf cuml && \
117
+ mamba install -y cudf cuml && \
118
118
/tmp/clean-layer.sh
119
119
120
120
# TODO: b/296444923 - Resolve pandas dependency another way
@@ -481,7 +481,7 @@ RUN pip install bleach \
481
481
webencodings \
482
482
widgetsnbextension \
483
483
# Require pyarrow newer than https://github.com/advisories/GHSA-5wvp-7f3h-6wmm
484
- " pyarrow>=14.0.1" \
484
+ {{ if eq .Accelerator "gpu" }} pyarrow {{ else }} "pyarrow >=14.0.1" {{ end }} \
485
485
feather-format \
486
486
fastai
487
487
You can’t perform that action at this time.
0 commit comments