Skip to content

Commit

Permalink
Merge pull request #120 from tariq1890/bump-cuda-base
Browse files Browse the repository at this point in the history
bump cuda base image to 12.6.2-ubi9
  • Loading branch information
rthallisey authored Oct 15, 2024
2 parents e8ab1e3 + ba8a19d commit bd30d3f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

ARG CUDA_IMAGE=cuda
ARG CUDA_VERSION=12.6.1
ARG CUDA_VERSION=12.6.2
ARG BASE_DIST=ubi9

FROM nvcr.io/nvidia/${CUDA_IMAGE}:${CUDA_VERSION}-base-${BASE_DIST} as builder
Expand All @@ -48,7 +48,7 @@ COPY . .

RUN make build

FROM nvcr.io/nvidia/cuda:12.6.1-base-ubi9
FROM nvcr.io/nvidia/${CUDA_IMAGE}:${CUDA_VERSION}-base-${BASE_DIST}

ARG VERSION

Expand Down

0 comments on commit bd30d3f

Please sign in to comment.