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 7cf01b2 commit 6b1fd83Copy full SHA for 6b1fd83
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.06" "cuml=21.06" && \
+RUN conda install cudf=21.06 cuml=21.06 cudatoolkit=$CUDA_VERSION && \
59
/tmp/clean-layer.sh
60
61
# Install Pytorch and torchvision with GPU support.
0 commit comments