diff --git a/deployments/container/Dockerfile.ubi8 b/deployments/container/Dockerfile.ubi8 index 4e96aa2..a57c859 100644 --- a/deployments/container/Dockerfile.ubi8 +++ b/deployments/container/Dockerfile.ubi8 @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM nvidia/cuda:12.5.1-devel-ubi8 AS builder +FROM nvidia/cuda:12.6.2-devel-ubi8 AS builder ARG CUDA_VERSION RUN dnf install -y \ @@ -31,7 +31,7 @@ RUN curl -L https://codeload.github.com/NVIDIA/cuda-samples/tar.gz/refs/tags/${C make build && \ cp $(find /build/bin -iname "${SAMPLE_NAME}") /build/${SAMPLE_NAME} -FROM nvidia/cuda:12.5.1-base-ubi8 +FROM nvidia/cuda:12.6.2-base-ubi8 ARG SAMPLE_NAME LABEL io.k8s.display-name="NVIDIA CUDA ${SAMPLE_NAME} sample" LABEL name="NVIDIA CUDA ${SAMPLE_NAME} sample" diff --git a/deployments/container/Dockerfile.ubuntu b/deployments/container/Dockerfile.ubuntu index 576424f..d5843f9 100644 --- a/deployments/container/Dockerfile.ubuntu +++ b/deployments/container/Dockerfile.ubuntu @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM nvidia/cuda:12.5.1-devel-ubuntu22.04 AS builder +FROM nvidia/cuda:12.6.2-devel-ubuntu22.04 AS builder ARG SAMPLE_NAME ENV SAMPLE_NAME ${SAMPLE_NAME} @@ -41,7 +41,7 @@ RUN curl -L https://codeload.github.com/NVIDIA/cuda-samples/tar.gz/refs/tags/${C make build && \ cp $(find /build/bin -iname "${SAMPLE_NAME}") /build/${SAMPLE_NAME} -FROM nvidia/cuda:12.5.1-base-ubuntu22.04 +FROM nvidia/cuda:12.6.2-base-ubuntu22.04 ARG SAMPLE_NAME LABEL io.k8s.display-name="NVIDIA CUDA ${SAMPLE_NAME} sample" LABEL name="NVIDIA CUDA ${SAMPLE_NAME} sample"