# Lab 12 — Build a refusal-evaluation harness (Jailbreaks and Misuse).
# Runs on the shared lab-pack base image; needs nothing beyond it (all work is the
# offline MockLLM simulator + helpers from common/ — no model, no network, no keys).
#
# 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-12 labs/12-jailbreaks-and-misuse
#                                    docker run --rm -p 8888:8888 -v "$PWD":/work aais-lab-12
FROM aais-labs:1.0.0
