Skip to content

environments acft medimageinsight adapter finetune

github-actions[bot] edited this page Dec 30, 2025 · 40 revisions

acft-medimageinsight-adapter-finetune

Overview

AzureML ACFT MedImageInsight Adapter Image for Training

Version: 20

Tags

Preview

View in Studio: https://ml.azure.com/registries/azureml/environments/acft-medimageinsight-adapter-finetune/version/20

Docker image: mcr.microsoft.com/azureml/curated/acft-medimageinsight-adapter-finetune:20

Docker build context

Dockerfile

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

USER root
RUN apt-get -y update

# Install unzip
RUN apt-get -y install unzip libc-bin libc-bin libc-dev locales libc6 dpkg-dev dpkg libdpkg-perl libssl-dev libssl3 openssl

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

# vulnerability in base conda env
RUN conda run -n base python -m pip install --upgrade urllib3>=2.6.0

Clone this wiki locally