Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions environment_setup/docker-image-pipeline.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
resources:
- repo: self

queue:
name: Hosted Ubuntu 1604
pool:
vmImage: 'ubuntu-latest'

trigger:
branches:
Expand All @@ -24,6 +24,8 @@ steps:
command: buildAndPush
containerRegistry: '$(containerRegistry)'
repository: '$(imageName)'
tags: 'latest'
tags: |
$(Build.BuildNumber)
latest
buildContext: '$(Build.SourcesDirectory)'
dockerFile: '$(Build.SourcesDirectory)/environment_setup/Dockerfile'
9 changes: 5 additions & 4 deletions environment_setup/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
pytest==4.3.0
pytest>=5.3
requests>=2.22
azureml>=0.2
numpy>=1.17
pandas>=0.25
azureml-sdk>=1.0
python-dotenv>=0.10.3
flake8
flake8>=3.7
flake8_formatter_junit_xml
azure-cli==2.0.71
azure-cli==2.0.76