"examples/git@developer.sourcefind.cn:OpenDAS/dynamo.git" did not exist on "b950ec54c2b59cc82eab137084ed8000ed5c9106"
Commit 4631b54f authored by jnwei's avatar jnwei Committed by Jennifer Wei
Browse files

Update gpg keys for Docker build

parent ee502a2a
...@@ -7,6 +7,9 @@ LABEL org.opencontainers.image.source = "https://github.com/aqlaboratory/openfol ...@@ -7,6 +7,9 @@ LABEL org.opencontainers.image.source = "https://github.com/aqlaboratory/openfol
LABEL org.opencontainers.image.licenses = "Apache License 2.0" LABEL org.opencontainers.image.licenses = "Apache License 2.0"
LABEL org.opencontainers.image.base.name="docker.io/nvidia/cuda:12.4.1-devel-ubuntu22.04" LABEL org.opencontainers.image.base.name="docker.io/nvidia/cuda:12.4.1-devel-ubuntu22.04"
RUN wget https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2204/x86_64/cuda-keyring_1.0-1_all.deb
RUN sudo dpkg -i cuda-keyring_1.0-1_all.deb
RUN apt-get update && apt-get install -y wget libxml2 cuda-minimal-build-12-4 libcusparse-dev-12-4 libcublas-dev-12-4 libcusolver-dev-12-4 git RUN apt-get update && apt-get install -y wget libxml2 cuda-minimal-build-12-4 libcusparse-dev-12-4 libcublas-dev-12-4 libcusolver-dev-12-4 git
RUN wget -P /tmp \ RUN wget -P /tmp \
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment