From 30ac4fe7c9acce18f90ebc510b2b967bc36432c3 Mon Sep 17 00:00:00 2001 From: MasterPhooey <106418429+MasterPhooey@users.noreply.github.com> Date: Fri, 3 Jan 2025 08:49:43 -0600 Subject: [PATCH] Update README.md --- README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.md b/README.md index 192984a..4e6834e 100644 --- a/README.md +++ b/README.md @@ -27,9 +27,6 @@ docker run --rm -it \ -p 8888:8888 \ -v $(pwd):/data \ 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