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 6ce9512 commit 3409a95Copy full SHA for 3409a95
Dockerfile.tmpl
@@ -89,7 +89,8 @@ 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.12 cuml=21.12 cudatoolkit=$CUDA_MAJOR_VERSION.$CUDA_MINOR_VERSION && \
+ conda install -c conda-forge mamba && \
93
+ mamba install cudf=21.12 cuml=21.12 cudatoolkit=$CUDA_MAJOR_VERSION.$CUDA_MINOR_VERSION && \
94
/tmp/clean-layer.sh
95
{{ end }}
96
0 commit comments