Update Docker run command in README

This commit is contained in:
Tater Totterson
2026-01-23 18:52:55 -06:00
committed by GitHub
parent 12b43b610c
commit 2222effc6c

View File

@@ -30,7 +30,7 @@ docker pull ghcr.io/tatertotterson/microwakeword:latest
### 2⃣ Run the Container ### 2⃣ Run the Container
```bash ```bash
docker run --rm -it \ docker run -d \
--gpus all \ --gpus all \
-p 8888:8888 \ -p 8888:8888 \
-v $(pwd):/data \ -v $(pwd):/data \