update pre-check.yml

This commit is contained in:
xlliu-scitix 2025-12-21 08:12:47 +00:00
parent 5fe638cb66
commit c9ace03f2d
2 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@ jobs:
docker buildx build \
-f docker/Dockerfile.cuda13.x.ubuntu22.04 \
--platform linux/amd64 \
--target package \
--target build \
--output type=local,dest=dist \
.
- name: List artifacts

View File

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