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 8f31a85 commit 87d59c9Copy full SHA for 87d59c9
Dockerfile.tmpl
@@ -90,7 +90,7 @@ RUN conda config --add channels nvidia && \
90
# b/232247930: uninstall pyarrow to avoid double installation with the GPU specific version.
91
RUN pip uninstall -y pyarrow && \
92
conda install -c conda-forge mamba && \
93
- mamba install -y cudf cuml cudatoolkit && \
+ mamba install -y cudf cuml cudatoolkit==11.2.2 && \
94
/tmp/clean-layer.sh
95
{{ end }}
96
0 commit comments