Skip to content

Commit

Permalink
[Dockerfile] use ubi9 base image in all build stages
Browse files Browse the repository at this point in the history
Signed-off-by: Tariq Ibrahim <[email protected]>
  • Loading branch information
tariq1890 committed Oct 9, 2024
1 parent 7f0fe58 commit 52f8fcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ COPY . .

RUN make build

FROM nvcr.io/nvidia/cuda:12.6.1-base-ubi8
FROM nvcr.io/nvidia/cuda:12.6.1-base-ubi9

ARG VERSION

Expand Down

0 comments on commit 52f8fcf

Please sign in to comment.