Skip to content

Commit 87d59c9

Browse files
authored
Update Dockerfile.tmpl
1 parent 8f31a85 commit 87d59c9

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
@@ -90,7 +90,7 @@ RUN conda config --add channels nvidia && \
9090
# b/232247930: uninstall pyarrow to avoid double installation with the GPU specific version.
9191
RUN pip uninstall -y pyarrow && \
9292
conda install -c conda-forge mamba && \
93-
mamba install -y cudf cuml cudatoolkit && \
93+
mamba install -y cudf cuml cudatoolkit==11.2.2 && \
9494
/tmp/clean-layer.sh
9595
{{ end }}
9696

0 commit comments

Comments
 (0)