# Lab 20 — Capstone: securing an AI agent end-to-end.
# Runs on the shared lab-pack base image; needs nothing beyond it (the whole
# capstone is the offline MockLLM simulator + TinyVectorStore from common/).
#
# 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-20 labs/20-capstone
#                                    docker run --rm -p 8888:8888 -v "$PWD":/work aais-lab-20
FROM aais-labs:1.0.0
