# Lab 13 — Poison and then harden a vector store.
# Runs on the shared lab-pack base image; needs nothing beyond it (the RAG work is
# the offline TinyVectorStore + MockLLM simulator 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-13 labs/13-rag-and-vector-store-security
#                                    docker run --rm -p 8888:8888 -v "$PWD":/work aais-lab-13
FROM aais-labs:1.0.0
