mirror of
https://github.com/NVIDIA/nccl-tests.git
synced 2026-04-23 16:08:20 +08:00
update pre-check.yml
This commit is contained in:
parent
5fe638cb66
commit
c9ace03f2d
2
.github/workflows/pre-check.yml
vendored
2
.github/workflows/pre-check.yml
vendored
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user