# Lab 03 — Threat-model an AI system against MITRE ATLAS.
# Runs on the shared base image; this lab is pure-Python modelling (pandas only),
# so it needs nothing beyond the common/ library already in the base.
FROM aais-labs:1.0.0

# Run just this lab in isolation:
#   docker build -t aais-lab-03 .
#   docker run --rm -p 8888:8888 aais-lab-03
# then open the printed JupyterLab URL and run 03_atlas_threat_model.ipynb.
