Add initial README.md with build and run instructions

This commit is contained in:
2026-02-18 23:18:17 -03:00
parent 7018ff9d07
commit b21ba2ec40
+12
View File
@@ -0,0 +1,12 @@
## Piper Train
```bash
podman build -t piper-train .
podman run --rm -it \
--device nvidia.com/gpu=all \
--shm-size=8g \
-v $(pwd)/data:/data \
-v $(pwd)/data/logs:/piper/lightning_logs \
piper-train
```