Spaces:
Running
Running
jhj0517
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -55,25 +55,27 @@ And you can also run the project with command line arguments if you like to, see
|
|
55 |
|
56 |
- ## Running with Docker
|
57 |
|
58 |
-
1.
|
|
|
|
|
59 |
|
60 |
```sh
|
61 |
git clone https://github.com/jhj0517/Whisper-WebUI.git
|
62 |
```
|
63 |
|
64 |
-
|
65 |
|
66 |
```sh
|
67 |
docker compose build
|
68 |
```
|
69 |
|
70 |
-
|
71 |
|
72 |
```sh
|
73 |
docker compose up
|
74 |
```
|
75 |
|
76 |
-
|
77 |
|
78 |
If needed, update the [`docker-compose.yaml`](https://github.com/jhj0517/Whisper-WebUI/blob/master/docker-compose.yaml) to match your environment.
|
79 |
|
|
|
55 |
|
56 |
- ## Running with Docker
|
57 |
|
58 |
+
1. Install and launch [Docker-Desktop](https://www.docker.com/products/docker-desktop/).
|
59 |
+
|
60 |
+
2. Git clone the repository
|
61 |
|
62 |
```sh
|
63 |
git clone https://github.com/jhj0517/Whisper-WebUI.git
|
64 |
```
|
65 |
|
66 |
+
3. Build the image ( Image is about 7GB~ )
|
67 |
|
68 |
```sh
|
69 |
docker compose build
|
70 |
```
|
71 |
|
72 |
+
4. Run the container
|
73 |
|
74 |
```sh
|
75 |
docker compose up
|
76 |
```
|
77 |
|
78 |
+
5. Connect to the WebUI with your browser at `http://localhost:7860`
|
79 |
|
80 |
If needed, update the [`docker-compose.yaml`](https://github.com/jhj0517/Whisper-WebUI/blob/master/docker-compose.yaml) to match your environment.
|
81 |
|