We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3c52e63 + 9bf1f10 commit 82d5d24Copy full SHA for 82d5d24
deployments/container/Dockerfile
@@ -13,7 +13,7 @@
13
# limitations under the License.
14
15
ARG GOLANG_VERSION=1.22.6
16
-FROM nvcr.io/nvidia/cuda:12.9.1-base-ubi9 AS build
+FROM nvcr.io/nvidia/cuda:13.0.0-base-ubi9 AS build
17
18
RUN yum install -y \
19
wget make git gcc \
@@ -51,7 +51,7 @@ RUN rpm -qa --queryformat='^%{NAME}-\[0-9\].*\.%{ARCH}$\n' | sort -u > /tmp/pack
51
RUN rpm -qa | sort -u > /tmp/package-list.minimal
52
53
# We define the following image as a base image and remove unneeded packages.
54
-FROM nvcr.io/nvidia/cuda:12.9.1-base-ubi9 AS base
+FROM nvcr.io/nvidia/cuda:13.0.0-base-ubi9 AS base
55
56
WORKDIR /cleanup
57
0 commit comments