Skip to content

Commit

Permalink
Move pipeline to Azure org (#296)
Browse files Browse the repository at this point in the history
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.
Binyang2014 authored Apr 29, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 5628362 commit fc977ce
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .azure-pipelines/multi-nodes-test.yml
Original file line number Diff line number Diff line change
@@ -34,7 +34,7 @@ jobs:
name: SshKeyFile
displayName: Download key file
inputs:
secureFile: ssh.key
secureFile: mscclpp-ssh.key

- task: Bash@3
name: InstallPackages
2 changes: 1 addition & 1 deletion docker/base-dev-x.dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG BASE_IMAGE=ghcr.io/microsoft/mscclpp/mscclpp:base-cuda12.1
ARG BASE_IMAGE
FROM ${BASE_IMAGE}

LABEL maintainer="MSCCL++"
2 changes: 1 addition & 1 deletion docker/base-x.dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG BASE_IMAGE=nvidia/cuda:12.1.1-devel-ubuntu20.04
ARG BASE_IMAGE
FROM ${BASE_IMAGE}

LABEL maintainer="MSCCL++"

0 comments on commit fc977ce

Please sign in to comment.