Move pipeline to Azure org (#296)

Move multi-nodes pipeline to Azure org to meet the compliance
requirements. Remove default value for BASE_IMAGE. Not allowed to use
3rd party registry in Dockerfile directly.
This commit is contained in:
Binyang Li
2024-04-29 11:54:34 +08:00
committed by GitHub
parent 5628362715
commit fc977ce5dd
3 changed files with 3 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
ARG BASE_IMAGE=ghcr.io/microsoft/mscclpp/mscclpp:base-cuda12.1
ARG BASE_IMAGE
FROM ${BASE_IMAGE}
LABEL maintainer="MSCCL++"