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