Update README.md

This commit is contained in:
MasterPhooey
2025-06-08 06:26:39 -05:00
committed by GitHub
parent 90d7ea5f0c
commit 0dbcdebb0a

View File

@@ -30,7 +30,7 @@ docker run --rm -it \
-v $(pwd):/data \
masterphooey/microwakeword-trainer
```
--gpus all: Enables GPU acceleration (optional, remove if not using a GPU).
--gpus all: Enables GPU acceleration.
-p 8888:8888: Exposes the Jupyter Notebook on port 8888.
-v $(pwd):/data: Maps the current directory to the container's /data directory for saving your files.