Skip to content

Commit 496c394

Browse files
authored
Require cudf and pyarrow to be consistent
1 parent 60c13b4 commit 496c394

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ RUN pip install spacy && \
114114

115115
# b/232247930: uninstall pyarrow to avoid double installation with the GPU specific version.
116116
RUN pip uninstall -y pyarrow && \
117-
mamba install -y cudf cuml && \
117+
mamba install -y "pyarrow>=14.0.1" cudf cuml && \
118118
/tmp/clean-layer.sh
119119

120120
# TODO: b/296444923 - Resolve pandas dependency another way

0 commit comments

Comments
 (0)