Skip to content

Commit 59af118

Browse files
committed
chore: change base container image to nvcr.io/nvidia/base/ubuntu:noble-20251013 (#19)
1 parent 436b8c9 commit 59af118

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sandboxes/base/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
# Build: docker build -t openshell-base .
1212

1313
# System base
14-
FROM ubuntu:24.04 AS system
14+
FROM nvcr.io/nvidia/base/ubuntu:noble-20251013 AS system
1515

1616
ENV DEBIAN_FRONTEND=noninteractive \
1717
PYTHONDONTWRITEBYTECODE=1 \

0 commit comments

Comments
 (0)