Skip to content

Commit 3818333

Browse files
authored
Merge branch 'main' into sbosisio/support_axlearn
2 parents 828073c + 1b6845a commit 3818333

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
ARG GIT_USER_EMAIL=jax@nvidia.com
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)