Update install.md

This commit is contained in:
Zengyi Qin
2024-03-12 18:09:19 -04:00
committed by GitHub
parent 50a8a00039
commit 0fc8fda70e

View File

@@ -32,6 +32,10 @@ docker build -t melotts .
**Run Docker** **Run Docker**
```bash ```bash
docker run -it -p 8888:8888 melotts
```
If your local machine has GPU, then you can choose to run:
```bash
docker run --gpus all -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. Then open [http://localhost:8888](http://localhost:8888) in your browser to use the app.