Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jhj0517 authored Sep 28, 2024
1 parent be62612 commit bb0ce27
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,25 +55,27 @@ And you can also run the project with command line arguments if you like to, see

- ## Running with Docker

1. Git clone the repository
1. Install and launch [Docker-Desktop](https://www.docker.com/products/docker-desktop/).

2. Git clone the repository

```sh
git clone https://github.com/jhj0517/Whisper-WebUI.git
```

2. Build the image ( Image is about 7GB~ )
3. Build the image ( Image is about 7GB~ )

```sh
docker compose build
```

3. Run the container
4. Run the container

```sh
docker compose up
```

4. Connect to the WebUI with your browser at `http://localhost:7860`
5. Connect to the WebUI with your browser at `http://localhost:7860`

If needed, update the [`docker-compose.yaml`](https://github.com/jhj0517/Whisper-WebUI/blob/master/docker-compose.yaml) to match your environment.

Expand Down

0 comments on commit bb0ce27

Please sign in to comment.