diff --git a/README.md b/README.md index 4e6834e..9489398 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,9 @@ docker run --rm -it \ -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