Skip to content

Docker image with pre-installed Azure ML Python SDK.

License

Notifications You must be signed in to change notification settings

marvinbuss/aml-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

77 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker

Azure Machine Learning Docker Image

This Docker image is based on the python:3.8-slim image and comes pre-installed with the Azure Machine Learning SDK for Python. The image is publicly available on Docker Hub: https://hub.docker.com/r/marvinbuss/aml-docker

Docker Container Details

Python Version: 3.8.6

GitHub Actions for Azure Machine Learning

This image is used for several GitHub Actions for Azure Machine Learning:

  • aml-workspace - Connects to or creates a new workspace
  • aml-compute - Connects to or creates a new compute target in Azure Machine Learning
  • aml-run - Submits a ScriptRun, an Estimator or a Pipeline to Azure Machine Learning
  • aml-registermodel - Registers a model to Azure Machine Learning
  • aml-deploy - Deploys a model and creates an endpoint for the model

For more information, please visit the repositories of the respective action. There are also templates available, which show you, how the end to end process looks like:

  1. Simple example: ml-template-azure and
  2. Comprehensive example: aml-template.