提交 3487b72e 编写于 作者: O Olatunji Ruwase

Merge branch 'olruwase/legacy_optimizer_fusion' of...

Merge branch 'olruwase/legacy_optimizer_fusion' of github.com:microsoft/DeepSpeed into olruwase/legacy_optimizer_fusion
# Docker
# Build a Docker image
# https://docs.microsoft.com/azure/devops/pipelines/languages/docker
trigger:
- master
resources:
- repo: self
variables:
tag: '$(Build.BuildId)'
stages:
- stage: Build
displayName: Build image
jobs:
- job: Build
displayName: Build
pool:
vmImage: 'ubuntu-latest'
steps:
- task: Docker@2
displayName: Login to Docker Hub
inputs:
command: login
containerRegistry: DeepSpeedDocker
- task: Docker@2
displayName: Build and Push
inputs:
command: buildAndPush
dockerfile: '$(Build.SourcesDirectory)/Dockerfile'
repository: deepspeed/deepspeed
tags: |
$(tag)
latest
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册