-
Notifications
You must be signed in to change notification settings - Fork 124
environments acft mmdetection image gpu
github-actions[bot] edited this page May 8, 2024
·
81 revisions
Environment used by MMDetection Image Finetune components
Version: 31
Preview
View in Studio: https://ml.azure.com/registries/azureml/environments/acft-mmdetection-image-gpu/version/31
Docker image: mcr.microsoft.com/azureml/curated/acft-mmdetection-image-gpu:31
# PTCA image
FROM mcr.microsoft.com/aifx/acpt/stable-ubuntu2004-cu118-py310-torch201:biweekly.202405.1
USER root
RUN apt-get -y update
# Install required packages from pypi
COPY requirements.txt .
RUN pip install -r requirements.txt --no-cache-dir
# # # Install mmdet
# # Note that MMDet installs pycocotools
# Note: mmdet should be installed via mim to access the model zoo config folder.
RUN mim install mmdet==3.3.0
# Vulnerability Fix
RUN pip install gunicorn==22.0.0
# dummy number to change when needing to force rebuild without changing the definition: 1