Skip to content

Commit d9b3012

Browse files
Bump nvidia/cuda in /deployments/container
Bumps nvidia/cuda from 12.5.1-base-ubi8 to 12.6.0-base-ubi8. --- updated-dependencies: - dependency-name: nvidia/cuda dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent adc69dc commit d9b3012

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.20.5
16-
FROM nvidia/cuda:12.5.1-base-ubi8 as build
16+
FROM nvidia/cuda:12.6.0-base-ubi8 as build
1717

1818
RUN yum install -y \
1919
wget make git gcc \
@@ -44,7 +44,7 @@ ARG VERSION="N/A"
4444
ARG GIT_COMMIT="unknown"
4545
RUN make PREFIX=/artifacts cmds
4646

47-
FROM nvidia/cuda:12.5.1-base-ubi8
47+
FROM nvidia/cuda:12.6.0-base-ubi8
4848

4949
# Remove CUDA libs(compat etc) in favor of libs installed by the NVIDIA driver
5050
RUN dnf remove -y cuda-*

0 commit comments

Comments
 (0)