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 fb69472 commit 74046c2Copy full SHA for 74046c2
Dockerfile.tmpl
@@ -89,7 +89,7 @@ RUN conda config --add channels nvidia && \
89
90
# b/232247930: uninstall pyarrow to avoid double installation with the GPU specific version.
91
RUN pip uninstall -y pyarrow && \
92
- conda install cudf=21.10 cuml=21.10 cudatoolkit=$CUDA_MAJOR_VERSION.$CUDA_MINOR_VERSION && \
+ conda install cudf=21.12 cuml=21.12 cudatoolkit=$CUDA_MAJOR_VERSION.$CUDA_MINOR_VERSION && \
93
/tmp/clean-layer.sh
94
{{ end }}
95
0 commit comments