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 d2637d0 commit 870bc49Copy full SHA for 870bc49
Dockerfile.tmpl
@@ -73,7 +73,7 @@ RUN conda config --add channels nvidia && \
73
/tmp/clean-layer.sh
74
75
{{ if eq .Accelerator "gpu" }}
76
-RUN conda install cudf=21.08 cuml=21.08 cudatoolkit=$CUDA_MAJOR_VERSION.$CUDA_MINOR_VERSION && \
+RUN conda install cudf=21.10 cuml=21.10 cudatoolkit=$CUDA_MAJOR_VERSION.$CUDA_MINOR_VERSION && \
77
78
{{ end }}
79
0 commit comments