We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3e659d commit 5d21a5fCopy full SHA for 5d21a5f
docker/Dockerfile
@@ -7,6 +7,9 @@ LABEL org.opencontainers.image.source = "https://github.com/DeepGraphLearning/to
7
LABEL org.opencontainers.image.licenses = "Apache License 2.0"
8
LABEL org.opencontainers.image.base.name="docker.io/pytorch/pytorch:1.8.1-cuda11.1-cudnn8-devel"
9
10
+RUN rm /etc/apt/sources.list.d/cuda.list
11
+RUN rm /etc/apt/sources.list.d/nvidia-ml.list
12
+
13
RUN apt-get update && \
14
apt-get install -y libxrender1 && \
15
rm -rf /var/lib/apt/lists/*
0 commit comments