Skip to content

Do cli 2.0 allow image host not under "mcr.microsoft.com"? #1471

Open
@easontsai

Description

@easontsai

Which example? Describe the issue

example:

Host of image is under mcr.microsoft.com

$schema: https://azuremlschemas.azureedge.net/latest/environment.schema.json
name: docker-image-plus-conda-example
image: mcr.microsoft.com/azureml/openmpi3.1.2-ubuntu18.04
conda_file: conda-yamls/pydata.yml
description: Environment created from a Docker image plus Conda environment.

Host of image is not under mcr.microsoft.com

$schema: https://azuremlschemas.azureedge.net/latest/environment.schema.json
name: docker-image-plus-conda-example
image: viennaglobal.azurecr.io/azureml/azureml_fea03cf22bb20f3ab9b04972a025e9d3
conda_file: conda-yamls/pydata.yml
description: Environment created from a Docker image plus Conda environment.

description:
截圖 2022-07-09 22 55 07

Sometimes I want to create customized environment by using the curated environment as my base image.
Can I replace image like this screenshot environment "viennaglobal.azurecr.io/azureml/azureml_fea03cf22bb20f3ab9b04972a025e9d3" ?

HOW can I set the curated environments container registry as my base image that registry is not under "microsoft.com" ?

Additional context

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions