environments acft medimageinsight embedding generator - Azure/azureml-assets GitHub Wiki
Environment used by MedImageInsight Embedding Generation component
Version: 9
Preview
View in Studio: https://ml.azure.com/registries/azureml/environments/acft-medimageinsight-embedding-generator/version/9
Docker image: mcr.microsoft.com/azureml/curated/acft-medimageinsight-embedding-generator:9
# PTCA image
FROM mcr.microsoft.com/aifx/acpt/stable-ubuntu2204-cu118-py310-torch260:biweekly.202506.2
USER root
RUN apt-get -y update
# Install unzip
RUN apt-get -y install unzip
# Install required packages from pypi
COPY requirements.txt .
RUN pip install -r requirements.txt --no-cache-dir