-
Notifications
You must be signed in to change notification settings - Fork 153
environments aoai data upload finetune
github-actions[bot] edited this page Jun 3, 2025
·
47 revisions
Environment used by proxy AOAI components
Version: 31
Preview
View in Studio: https://ml.azure.com/registries/azureml/environments/aoai-data-upload-finetune/version/31
Docker image: mcr.microsoft.com/azureml/curated/aoai-data-upload-finetune:31
FROM mcr.microsoft.com/azureml/openmpi5.0-ubuntu24.04:20250601.v1
RUN apt-get update && apt-get -y upgrade
RUN pip install --upgrade pip
COPY requirements.txt .
RUN pip install -r requirements.txt --no-cache-dir