Update README.md

This commit is contained in:
MasterPhooey
2025-01-03 08:51:02 -06:00
committed by GitHub
parent 30ac4fe7c9
commit c08dd69f35

View File

@@ -28,6 +28,9 @@ docker run --rm -it \
-v $(pwd):/data \ -v $(pwd):/data \
masterphooey/microwakeword-trainer masterphooey/microwakeword-trainer
``` ```
--gpus all: Enables GPU acceleration (optional, remove if not using a GPU).
-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.
### 3. Access Jupyter Notebook ### 3. Access Jupyter Notebook