# Lab 06 — Data poisoning and backdoors (plant + detect a BadNets backdoor).
# Runs on the shared lab-pack base image; needs nothing beyond it. This file just
# documents how to run this one lab in isolation. Build the base first:
#   docker build -t aais-labs:1.0.0 ..    # from labs/ (the shared Dockerfile)
FROM aais-labs:1.0.0

# Lab content is bind-mounted by docker compose; nothing extra to install here.
# To run just this notebook:
#   docker run --rm -it -p 8888:8888 -v "$PWD/..":/work aais-labs:1.0.0
