Skip to content

environments aoai data upload finetune

github-actions[bot] edited this page Oct 23, 2024 · 20 revisions

aoai-data-upload-finetune

Overview

Environment used by proxy AOAI components

Version: 18

Tags

Preview

View in Studio: https://ml.azure.com/registries/azureml/environments/aoai-data-upload-finetune/version/18

Docker image: mcr.microsoft.com/azureml/curated/aoai-data-upload-finetune:18

Docker build context

Dockerfile

FROM mcr.microsoft.com/azureml/openmpi4.1.0-ubuntu20.04:20241020.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
Clone this wiki locally