Skip to content

Commit b58e00f

Browse files
authored
Upgrade cudf/cuml libraries. (#1066)
http://b/191699352
1 parent eba9a4d commit b58e00f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gpu.Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ RUN apt-get install -y ocl-icd-libopencl1 clinfo libboost-all-dev && \
5656
# the remaining pip commands: https://www.anaconda.com/using-pip-in-a-conda-environment/
5757
# However, because this image is based on the CPU image, this isn't possible but better
5858
# to put them at the top of this file to minize conflicts.
59-
RUN conda install cudf=21.06 cuml=21.06 cudatoolkit=$CUDA_VERSION && \
59+
RUN conda install cudf=21.08 cuml=21.08 cudatoolkit=$CUDA_VERSION && \
6060
/tmp/clean-layer.sh
6161

6262
# Install Pytorch and torchvision with GPU support.

0 commit comments

Comments
 (0)