Skip to content

Commit 23857db

Browse files
authored
Merge pull request NVIDIA#901 from NVIDIA/dependabot/docker/deployments/container/nvidia/cuda-12.6.0-base-ubi8
Bump nvidia/cuda from 12.5.1-base-ubi8 to 12.6.0-base-ubi8 in /deployments/container
2 parents a045889 + d9b3012 commit 23857db

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)