Skip to content

environments acpt automl image framework selector gpu

github-actions[bot] edited this page Apr 18, 2024 · 85 revisions

acpt-automl-image-framework-selector-gpu

Overview

Environment used by framework selector component for automl image workloads

Version: 26

Tags

Preview

View in Studio: https://ml.azure.com/registries/azureml/environments/acpt-automl-image-framework-selector-gpu/version/26

Docker image: mcr.microsoft.com/azureml/curated/acpt-automl-image-framework-selector-gpu:26

Docker build context

Dockerfile

# PTCA image
FROM mcr.microsoft.com/aifx/acpt/stable-ubuntu2004-cu118-py310-torch222:biweekly.202404.2.v1

RUN apt-get -y update

# Install required packages
COPY requirements.txt .
RUN pip install -r requirements.txt --no-cache-dir

# Flag needed to enable control flow which is in PrP.
ENV AZURE_ML_CLI_PRIVATE_FEATURES_ENABLED=True

# dummy number to change when needing to force rebuild without changing the definition: 1
Clone this wiki locally