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
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We need azureml. Otherwise we are getting exceptions like "ModuleNotFoundError: No module named 'numpy'"

Copy link
Contributor Author

@dtzar dtzar Nov 22, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The azureml package is extremely dated and no longer maintained. Could we please at least try to follow the trail of adding numpy or other packages which come up?

python-dotenv>=0.10.3
flake8
flake8>=3.7
flake8_formatter_junit_xml
azure-cli==2.0.71
azure-cli==2.0.76