Skip to content

environments evaluations built in

github-actions[bot] edited this page Nov 5, 2024 · 6 revisions

evaluations-built-in

Overview

Python environment for running promptflow-evals based evaluators.

Version: 7

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

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

Docker build context

Dockerfile

FROM mcr.microsoft.com/azureml/openmpi4.1.0-ubuntu22.04:20241020.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 save_evaluation.py /app/save_evaluation.py
ADD online_eval /app/online_eval
Clone this wiki locally