-
Notifications
You must be signed in to change notification settings - Fork 128
environments acft transformers image gpu
github-actions[bot] edited this page Aug 6, 2024
·
94 revisions
Environment used by HuggingFace Transformers Image Finetune components
Version: 41
Preview
View in Studio: https://ml.azure.com/registries/azureml/environments/acft-transformers-image-gpu/version/41
Docker image: mcr.microsoft.com/azureml/curated/acft-transformers-image-gpu:41
# PTCA image
FROM mcr.microsoft.com/aifx/acpt/stable-ubuntu2004-cu118-py310-torch222:biweekly.202408.2
USER root
RUN apt-get -y update
# Install required packages from pypi
COPY requirements.txt .
RUN pip install -r requirements.txt --no-cache-dir
# Vulnerability Fix
RUN pip install gunicorn==22.0.0
RUN pip install certifi==2024.07.04
# dummy number to change when needing to force rebuild without changing the definition: 1