update Dockerfile

This commit is contained in:
xlliu-scitix 2025-12-21 08:02:26 +00:00
parent b5c25a812c
commit 5fe638cb66

View File

@ -24,7 +24,7 @@ ARG BUILD_DATE=20251221
###########################
# Build Stage
###########################
FROM nvidia/cuda:${CUDA_VERSION}-devel-ubuntu${UBUNTU_VERSION} AS build
FROM nvidia/cuda:${CUDA_VERSION}-devel-ubuntu${UBUNTU_VERSION}
# Re-declare build args for this stage (values are inherited)
ARG UBUNTU_VERSION