We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50536c5 commit d360198Copy full SHA for d360198
environment_setup/docker-image-pipeline.yml
@@ -1,8 +1,8 @@
1
resources:
2
- repo: self
3
4
-queue:
5
- name: Hosted Ubuntu 1604
+pool:
+ vmImage: 'ubuntu-latest'
6
7
trigger:
8
branches:
@@ -24,6 +24,8 @@ steps:
24
command: buildAndPush
25
containerRegistry: '$(containerRegistry)'
26
repository: '$(imageName)'
27
- tags: 'latest'
+ tags: |
28
+ $(Build.BuildNumber)
29
+ latest
30
buildContext: '$(Build.SourcesDirectory)'
31
dockerFile: '$(Build.SourcesDirectory)/environment_setup/Dockerfile'
environment_setup/requirements.txt
@@ -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
9
+azure-cli==2.0.76
0 commit comments