From 0dbcdebb0ac157fea3dd4a08443975c7e98e3248 Mon Sep 17 00:00:00 2001 From: MasterPhooey <106418429+MasterPhooey@users.noreply.github.com> Date: Sun, 8 Jun 2025 06:26:39 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a2dce21..62ee209 100644 --- a/README.md +++ b/README.md @@ -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.