From 33c682216306171000e7f9a3d012f4df6654c691 Mon Sep 17 00:00:00 2001 From: Zengyi Qin Date: Wed, 28 Feb 2024 10:23:03 -0700 Subject: [PATCH] Update install.md --- docs/install.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.