From 0fc8fda70e376041f53b4aee40233159a4ead191 Mon Sep 17 00:00:00 2001 From: Zengyi Qin Date: Tue, 12 Mar 2024 18:09:19 -0400 Subject: [PATCH] Update install.md --- docs/install.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/install.md b/docs/install.md index 0fb5275b..eea13678 100644 --- a/docs/install.md +++ b/docs/install.md @@ -32,6 +32,10 @@ docker build -t melotts . **Run Docker** ```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 ``` Then open [http://localhost:8888](http://localhost:8888) in your browser to use the app.