# Lab 17 — An automated red-team evaluation harness.
# Runs on the shared lab-pack base image; needs nothing beyond it (the harness is
# the offline MockLLM simulator + TinyVectorStore from common/ — no PyRIT/garak
# install, those are referenced in prose only).
#
# Build the base once from labs/:   docker build -t aais-labs:1.0.0 .
# Then run this lab in isolation:    docker build -t aais-lab-17 labs/17-red-teaming
#                                    docker run --rm -p 8888:8888 -v "$PWD":/work aais-lab-17
FROM aais-labs:1.0.0
