Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
OpenFold
Commits
7aa07097
Unverified
Commit
7aa07097
authored
Aug 08, 2022
by
Gustaf Ahdritz
Committed by
GitHub
Aug 08, 2022
Browse files
Merge pull request #128 from SauravMaheshkar/patch-1
Add opencontainers image-spec to `Dockerfile`
parents
3fb643e9
0600b8a3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
0 deletions
+7
-0
Dockerfile
Dockerfile
+7
-0
No files found.
Dockerfile
View file @
7aa07097
FROM
nvidia/cuda:11.3.1-cudnn8-runtime-ubuntu18.04
# metainformation
LABEL
org.opencontainers.image.version = "1.0.0"
LABEL
org.opencontainers.image.authors = "Gustaf Ahdritz"
LABEL
org.opencontainers.image.source = "https://github.com/aqlaboratory/openfold"
LABEL
org.opencontainers.image.licenses = "Apache License 2.0"
LABEL
org.opencontainers.image.base.name="docker.io/nvidia/cuda:10.2-cudnn8-runtime-ubuntu18.04"
RUN
apt-key del 7fa2af80
RUN
apt-key adv
--fetch-keys
https://developer.download.nvidia.com/compute/cuda/repos/ubuntu1804/x86_64/7fa2af80.pub
RUN
apt-key adv
--fetch-keys
https://developer.download.nvidia.com/compute/cuda/repos/ubuntu1804/x86_64/3bf863cc.pub
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment