Skip to content

Commit 3d41e2f

Browse files
committed
Changed as to AS to please Docker
1 parent 7fcd85c commit 3d41e2f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
FROM nvcr.io/nvidia/cuda:12.9.1-base-ubi8 as license
1+
FROM nvcr.io/nvidia/cuda:12.9.1-base-ubi8 AS license
22

33
# Build nvidia-container-runtime binary
4-
FROM golang:1.24.4 as build-runtime
4+
FROM golang:1.24.4 AS build-runtime
55

66
WORKDIR /go/src/nvidia-container-runtime
77
COPY nvidia-container-runtime .

0 commit comments

Comments
 (0)