Skip to content

environments evaluations built in

github-actions[bot] edited this page May 7, 2025 · 48 revisions

evaluations-built-in

Overview

Python environment for running promptflow-evals based evaluators.

Version: 20

View in Studio: https://ml.azure.com/registries/azureml/environments/evaluations-built-in/version/20

Docker image: mcr.microsoft.com/azureml/curated/evaluations-built-in:20

Docker build context

Dockerfile

FROM mcr.microsoft.com/azureml/openmpi5.0-ubuntu24.04:20250505.v1

COPY requirements.txt /app/requirements.txt
RUN pip install -r /app/requirements.txt

# Copy your Python file into the image
COPY evaluate_on_data.py /app/evaluate_on_data.py
COPY model_target.py /app/model_target.py
COPY save_evaluation.py /app/save_evaluation.py
ADD online_eval /app/online_eval
Clone this wiki locally