Skip to content

Commit

Permalink
Update install.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Zengyi-Qin authored Mar 12, 2024
1 parent 50a8a00 commit 0fc8fda
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

1 comment on commit 0fc8fda

@sanes15-ai
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I am finding hard to install this ! i have windows ! it i am using Docker! but Its bin 5 days ! I I have issues ! It downloads multiple botocores ! and is so much frustrating!

Please sign in to comment.