-
Notifications
You must be signed in to change notification settings - Fork 163
environments acft medimageparse finetune
github-actions[bot] edited this page Oct 17, 2025
·
3 revisions
AzureML ACFT MedImageParse Image for Training
Version: 3
Preview
View in Studio: https://ml.azure.com/registries/azureml/environments/acft-medimageparse-finetune/version/3
Docker image: mcr.microsoft.com/azureml/curated/acft-medimageparse-finetune:3
FROM mcr.microsoft.com/aifx/acpt/stable-ubuntu2204-cu126-py310-torch28x:biweekly.202509.2
USER root
RUN apt-get -y update
COPY requirements.txt .
RUN pip install -r requirements.txt