Skip to content

Commit 53d73cf

Browse files
authored
fix: pick cuda image from nvcr.io (#289)
Signed-off-by: Ajay Mishra <[email protected]>
1 parent f1499a0 commit 53d73cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

metadata-collector/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ COPY metadata-collector/ .
2727

2828
RUN CGO_ENABLED=1 GOOS=linux go build -a -ldflags="-s -w" -o metadata-collector main.go
2929

30-
FROM nvidia/cuda:12.3.0-base-ubuntu22.04
30+
FROM nvcr.io/nvidia/cuda:12.3.0-base-ubuntu22.04
3131

3232
RUN groupadd -r nvsentinel && useradd -r -g nvsentinel nvsentinel
3333

0 commit comments

Comments
 (0)