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.
1 parent 6c24a6c commit 6e086c2Copy full SHA for 6e086c2
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.6.3-base-ubi9 AS build
+FROM nvcr.io/nvidia/cuda:12.8.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.6.3-base-ubi9 AS base
+FROM nvcr.io/nvidia/cuda:12.8.0-base-ubi9 AS base
55
56
WORKDIR /cleanup
57
0 commit comments