Skip to content

environments acpt automl image framework selector gpu

github-actions[bot] edited this page Dec 8, 2025 · 134 revisions

acpt-automl-image-framework-selector-gpu

Overview

Environment used by framework selector component for automl image workloads

Version: 66

Tags

Preview

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

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

Docker build context

Dockerfile

# PTCA image
FROM mcr.microsoft.com/aifx/acpt/stable-ubuntu2204-cu126-py310-torch280:biweekly.202512.1

RUN apt-get -y update && apt-get install -y expat libxml2 libc-bin libc-bin libc-dev locales libc6 dpkg-dev dpkg libdpkg-perl libssl-dev libssl3 openssl

# 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

Clone this wiki locally