Skip to content

Commit

Permalink
Changed base to nvidia/cuda:12.4.0-base-ubuntu22.04
Browse files Browse the repository at this point in the history
  • Loading branch information
erinyoung authored Dec 23, 2024
1 parent 79a147d commit 00caece
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dorado/0.9.0/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Use NVIDIA CUDA image as the base image
FROM nvidia/cuda:12.2.0-devel-ubuntu20.04 AS app
FROM nvidia/cuda:12.4.0-base-ubuntu22.04 AS app

ARG DORADO_VER=0.9.0

# Metadata
LABEL base.image="nvidia/cuda:12.2.0-devel-ubuntu20.04"
LABEL base.image="nvidia/cuda:12.4.0-base-ubuntu22.04"
LABEL dockerfile.version="1"
LABEL software="dorado ${DORADO_VER}"
LABEL software.version="${DORADO_VER}"
Expand Down

0 comments on commit 00caece

Please sign in to comment.