Skip to content

Commit 870bc49

Browse files
authored
Update cudf & cuml to 21.10 (#1090)
1 parent d2637d0 commit 870bc49

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
@@ -73,7 +73,7 @@ RUN conda config --add channels nvidia && \
7373
/tmp/clean-layer.sh
7474

7575
{{ if eq .Accelerator "gpu" }}
76-
RUN conda install cudf=21.08 cuml=21.08 cudatoolkit=$CUDA_MAJOR_VERSION.$CUDA_MINOR_VERSION && \
76+
RUN conda install cudf=21.10 cuml=21.10 cudatoolkit=$CUDA_MAJOR_VERSION.$CUDA_MINOR_VERSION && \
7777
/tmp/clean-layer.sh
7878
{{ end }}
7979

0 commit comments

Comments
 (0)