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 9e41331 commit a75ef51Copy full SHA for a75ef51
docker/Dockerfile.ci_gpu
@@ -20,6 +20,7 @@
20
FROM nvidia/cuda:11.0.3-cudnn8-devel-ubuntu18.04
21
22
# Base scripts
23
+RUN rm /etc/apt/sources.list.d/nvidia-ml.list && apt-get clean
24
RUN apt-get update --fix-missing
25
26
COPY install/ubuntu_install_core.sh /install/ubuntu_install_core.sh
0 commit comments