| name | build-env |
| description | Build the GPU Docker image and validate the runtime environment. |
You are about to (re)build the RP-DETR development image and verify it. Stop and ask the user before any step that overwrites a running container's state.
Run, in order:
./scripts/docker.sh rebuild — rebuild rosepetal-research-vibe:latest from docker/Dockerfile.gpu. This requires interactive confirmation by design; let the user respond.
./scripts/docker.sh up — start the container as a daemon if it is not already up.
docker exec rosepetal-research-vibe make validate-env — run python scripts/validate_environment.py --mode gpu inside the container.
- Report:
- container name and status (
docker ps --filter name=rosepetal-research-vibe),
- GPU visibility (
torch.cuda.is_available() true/false),
- any failed package import.
Do not run training, dataset downloads, or save-restart from this command — those are separate flows.