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 5833c37 commit d9d1e25Copy full SHA for d9d1e25
Dockerfile.tmpl
@@ -113,6 +113,12 @@ RUN pip install spacy && \
113
RUN pip uninstall -y pyarrow && \
114
mamba install -y cudf cuml && \
115
/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
122
{{ end }}
123
124
# Install PyTorch
0 commit comments