We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eba9a4d commit b58e00fCopy full SHA for b58e00f
gpu.Dockerfile
@@ -56,7 +56,7 @@ RUN apt-get install -y ocl-icd-libopencl1 clinfo libboost-all-dev && \
56
# the remaining pip commands: https://www.anaconda.com/using-pip-in-a-conda-environment/
57
# However, because this image is based on the CPU image, this isn't possible but better
58
# 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 && \
+RUN conda install cudf=21.08 cuml=21.08 cudatoolkit=$CUDA_VERSION && \
60
/tmp/clean-layer.sh
61
62
# Install Pytorch and torchvision with GPU support.
0 commit comments