Skip to content

Commit 4f42b08

Browse files
committed
fix: add curl to nvidia fork dockerfile
Signed-off-by: Michael Zeevi <[email protected]>
1 parent 48fd1a1 commit 4f42b08

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile.nvidia

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
ARG BASE_IMAGE=nvcr.io/nvidia/doca/doca:3.0.0-base-rt-cuda12.8.0
22

33
FROM ${BASE_IMAGE}
4+
RUN apt-get update -y && apt-get install -y curl
45

56
WORKDIR /
67

0 commit comments

Comments
 (0)