Skip to content

Commit 5d21a5f

Browse files
authored
fix broken nvidia apt keys (#207)
1 parent e3e659d commit 5d21a5f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docker/Dockerfile

+3
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ LABEL org.opencontainers.image.source = "https://github.com/DeepGraphLearning/to
77
LABEL org.opencontainers.image.licenses = "Apache License 2.0"
88
LABEL org.opencontainers.image.base.name="docker.io/pytorch/pytorch:1.8.1-cuda11.1-cudnn8-devel"
99

10+
RUN rm /etc/apt/sources.list.d/cuda.list
11+
RUN rm /etc/apt/sources.list.d/nvidia-ml.list
12+
1013
RUN apt-get update && \
1114
apt-get install -y libxrender1 && \
1215
rm -rf /var/lib/apt/lists/*

0 commit comments

Comments
 (0)