diff --git a/docs/install.md b/docs/install.md index 3b3be86..508277b 100644 --- a/docs/install.md +++ b/docs/install.md @@ -38,7 +38,7 @@ docker build -t melotts . **Run Docker** ```bash -docker run -it -p 8888:8888 melotts +docker run --gpus all -it -p 8888:8888 melotts ``` Then open [http://localhost:8888](http://localhost:8888) in your browser to use the app.