Update README.md

This commit is contained in:
Tater Totterson
2025-09-26 19:38:32 -05:00
committed by GitHub
parent afa5adb794
commit 277c5526f7

View File

@@ -1,5 +1,5 @@
<div align="center">
<img src="https://raw.githubusercontent.com/MasterPhooey/MicroWakeWord-Trainer-Docker/refs/heads/main/mmw.png" alt="MicroWakeWord Trainer Logo" width="100" />
<img src="https://raw.githubusercontent.com/TaterTotterson/microWakeWord-Trainer-Nividia-Docker/refs/heads/main/mmw.png" alt="MicroWakeWord Trainer Logo" width="100" />
<h1>microWakeWord Trainer Docker</h1>
</div>
@@ -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.