We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Dockerfile
1 parent fd944f3 commit 985ba6dCopy full SHA for 985ba6d
docker/Dockerfile
@@ -1,5 +1,12 @@
1
FROM ubuntu:18.04
2
3
+# metainformation
4
+LABEL org.opencontainers.image.version = "2.0.4"
5
+LABEL org.opencontainers.image.authors = "Matthias Fey"
6
+LABEL org.opencontainers.image.source = "https://github.com/pyg-team/pytorch_geometric"
7
+LABEL org.opencontainers.image.licenses = "MIT"
8
+LABEL org.opencontainers.image.base.name="docker.io/library/ubuntu:18.04"
9
+
10
RUN apt-get update && apt-get install -y apt-transport-https ca-certificates && \
11
rm -rf /var/lib/apt/lists/*
12
0 commit comments