-
Notifications
You must be signed in to change notification settings - Fork 168
environments acft medimageparse finetune
github-actions[bot] edited this page Dec 30, 2025
·
11 revisions
AzureML ACFT MedImageParse Image for Training
Version: 6
Preview
View in Studio: https://ml.azure.com/registries/azureml/environments/acft-medimageparse-finetune/version/6
Docker image: mcr.microsoft.com/azureml/curated/acft-medimageparse-finetune:6
FROM mcr.microsoft.com/aifx/acpt/stable-ubuntu2204-cu126-py310-torch280:biweekly.202512.3
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
# vulnerability in base conda env
RUN conda run -n base python -m pip install --upgrade urllib3>=2.6.0