Skip to content

Commit 16a64e6

Browse files
committed
pin to more specific version
1 parent 8871abb commit 16a64e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gpu.Dockerfile

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

6161
# Install Pytorch and torchvision with GPU support.

0 commit comments

Comments
 (0)