Skip to content

Commit 1b6845a

Browse files
authored
Move to CUDA DL 25.02 base container (#1320)
- Update patch for nsys 2025.1.1 - Install zip for a JAX unit test
1 parent 8edb63e commit 1b6845a

File tree

3 files changed

+455
-2
lines changed

3 files changed

+455
-2
lines changed

.github/container/Dockerfile.base

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# syntax=docker/dockerfile:1-labs
2-
ARG BASE_IMAGE=nvcr.io/nvidia/cuda-dl-base:25.01-cuda12.8-devel-ubuntu24.04
2+
ARG BASE_IMAGE=nvcr.io/nvidia/cuda-dl-base:25.02-cuda12.8-devel-ubuntu24.04
33
ARG GIT_USER_NAME="JAX Toolbox"
44
55
ARG CLANG_VERSION=18
@@ -42,6 +42,7 @@ apt_packages=(
4242
vim
4343
wget
4444
jq
45+
zip
4546
# llvm.sh
4647
lsb-release
4748
software-properties-common

0 commit comments

Comments
 (0)