From 277c5526f7b8d85b05e8783f1caa0933a2f961d7 Mon Sep 17 00:00:00 2001 From: Tater Totterson Date: Fri, 26 Sep 2025 19:38:32 -0500 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3a983d2..8cb4999 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@
- MicroWakeWord Trainer Logo + MicroWakeWord Trainer Logo

microWakeWord Trainer Docker

@@ -17,7 +17,7 @@ Follow these steps to get started with the microWakeWord Trainer: Pull the Docker image from Docker Hub: ```bash -docker pull masterphooey/microwakeword-trainer +docker pull ghcr.io/tatertotterson/microwakeword:latest ``` ### 2. Run the Docker Container @@ -28,7 +28,7 @@ docker run --rm -it \ --gpus all \ -p 8888:8888 \ -v $(pwd):/data \ - masterphooey/microwakeword-trainer + ghcr.io/tatertotterson/microwakeword:latest ``` --gpus all: Enables GPU acceleration. -p 8888:8888: Exposes the Jupyter Notebook on port 8888.