We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 48fd1a1 + 4f42b08 commit fbc2e1bCopy full SHA for fbc2e1b
Dockerfile.nvidia
@@ -1,6 +1,7 @@
1
ARG BASE_IMAGE=nvcr.io/nvidia/doca/doca:3.0.0-base-rt-cuda12.8.0
2
3
FROM ${BASE_IMAGE}
4
+RUN apt-get update -y && apt-get install -y curl
5
6
WORKDIR /
7
0 commit comments