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 8871abb commit 16a64e6Copy full SHA for 16a64e6
gpu.Dockerfile
@@ -55,7 +55,7 @@ RUN apt-get install -y ocl-icd-libopencl1 clinfo libboost-all-dev && \
55
# the remaining pip commands: https://www.anaconda.com/using-pip-in-a-conda-environment/
56
# However, because this image is based on the CPU image, this isn't possible but better
57
# 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 && \
+RUN conda install cudf=21.08.01 cuml=21.08.01 cudatoolkit=$CUDA_VERSION && \
59
/tmp/clean-layer.sh
60
61
# Install Pytorch and torchvision with GPU support.
0 commit comments