Azure / azureml-examples

Official community-driven Azure Machine Learning examples, tested with GitHub Actions.
https://docs.microsoft.com/azure/machine-learning
MIT License
1.76k stars 1.44k forks source link

DockerFile Build #3290

Open mvbugge opened 4 months ago

mvbugge commented 4 months ago

Operating System

Windows

Version Information

No Relevant

Steps to reproduce

docker build .

Expected behavior

Build is successful.

Actual behavior

Build fail. image

If I am able to proceed: I get the error when installing azure-ml==0.0.139 (blob is not found in given URL) image

Addition information

Perhaps we should use a default image maintained by azureml team instead of configuring from scratch the image using ubuntu and anaconda. Azure ml sdk is recommended to use with python >=3.9 so we should update the container and code to use this version.