-
Notifications
You must be signed in to change notification settings - Fork 166
environments acft medimageparse finetune
github-actions[bot] edited this page Dec 8, 2025
·
6 revisions
AzureML ACFT MedImageParse Image for Training
Version: 4
Preview
View in Studio: https://ml.azure.com/registries/azureml/environments/acft-medimageparse-finetune/version/4
Docker image: mcr.microsoft.com/azureml/curated/acft-medimageparse-finetune:4
FROM mcr.microsoft.com/aifx/acpt/stable-ubuntu2204-cu126-py310-torch280:biweekly.202512.1
USER root
COPY requirements.txt .
RUN pip install -r requirements.txt
RUN pip install --no-build-isolation git+https://github.com/facebookresearch/detectron2.git@a1ce2f9