Skip to content

Commit d9d1e25

Browse files
committed
Added fix for failing test cases
`cudf/api/types.py` has nominal impact to other packages.
1 parent 5833c37 commit d9d1e25

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Dockerfile.tmpl

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,12 @@ RUN pip install spacy && \
113113
RUN pip uninstall -y pyarrow && \
114114
mamba install -y cudf cuml && \
115115
/tmp/clean-layer.sh
116+
117+
# TODO(neshdev): Resolve pandas dependency another way
118+
RUN cat /opt/conda/lib/python3.10/site-packages/cudf/api/types.py \
119+
| sed 's/^is_extension_type/# is_extension_type/g' \
120+
| sed 's/^is_categorical/# is_categorical/g' \
121+
> /opt/conda/lib/python3.10/site-packages/cudf/api/types.py
116122
{{ end }}
117123

118124
# Install PyTorch

0 commit comments

Comments
 (0)