Skip to content

environments acft medimageinsight adapter finetune

github-actions[bot] edited this page Mar 6, 2025 · 1 revision

acft-medimageinsight-adapter-finetune

Overview

AzureML ACFT MedImageInsight Adapter Image for Training

Version: 1

Tags

Preview

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

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

Docker build context

Dockerfile

# PTCA image
FROM mcr.microsoft.com/aifx/acpt/stable-ubuntu2204-cu118-py310-torch222:biweekly.202502.2

USER root
RUN apt-get -y update

# Install unzip
RUN apt-get -y install unzip

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