Skip to content

Commit

Permalink
Merge pull request #119 from tariq1890/bump-ubi9-base
Browse files Browse the repository at this point in the history
[Dockerfile] use ubi9 base image in all build stages
  • Loading branch information
rthallisey authored Oct 14, 2024
2 parents 7f0fe58 + 52f8fcf commit e8ab1e3
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 e8ab1e3

Please sign in to comment.