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 319ad09 + 29b8d04 commit 5d47231Copy full SHA for 5d47231
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.2-base-ubi9 AS build
+FROM nvcr.io/nvidia/cuda:12.6.3-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.2-base-ubi9 AS base
+FROM nvcr.io/nvidia/cuda:12.6.3-base-ubi9 AS base
55
56
WORKDIR /cleanup
57
0 commit comments