Skip to content

Commit 3311720

Browse files
authored
Merge pull request #1142 from NVIDIA/dependabot/docker/deployments/container/release-0.17/nvidia/cuda-12.8.0-base-ubi9
Bump nvidia/cuda from 12.6.3-base-ubi9 to 12.8.0-base-ubi9 in /deployments/container
2 parents 6c24a6c + 6e086c2 commit 3311720

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

deployments/container/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# limitations under the License.
1414

1515
ARG GOLANG_VERSION=1.22.6
16-
FROM nvcr.io/nvidia/cuda:12.6.3-base-ubi9 AS build
16+
FROM nvcr.io/nvidia/cuda:12.8.0-base-ubi9 AS build
1717

1818
RUN yum install -y \
1919
wget make git gcc \
@@ -51,7 +51,7 @@ RUN rpm -qa --queryformat='^%{NAME}-\[0-9\].*\.%{ARCH}$\n' | sort -u > /tmp/pack
5151
RUN rpm -qa | sort -u > /tmp/package-list.minimal
5252

5353
# We define the following image as a base image and remove unneeded packages.
54-
FROM nvcr.io/nvidia/cuda:12.6.3-base-ubi9 AS base
54+
FROM nvcr.io/nvidia/cuda:12.8.0-base-ubi9 AS base
5555

5656
WORKDIR /cleanup
5757

0 commit comments

Comments
 (0)