Skip to content

Commit fbc2e1b

Browse files
Merge pull request #2 from maze88/feature/add-curl-to-fork-base-image
fix: add curl to nvidia fork dockerfile
2 parents 48fd1a1 + 4f42b08 commit fbc2e1b

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)