Update install.md

This commit is contained in:
Zengyi Qin
2024-02-28 10:23:03 -07:00
committed by GitHub
parent 1893b2125c
commit 33c6822163

View File

@@ -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.