jhj0517 commited on
Commit
bb0ce27
·
unverified ·
1 Parent(s): be62612

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -4
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. Git clone the repository
 
 
59
 
60
  ```sh
61
  git clone https://github.com/jhj0517/Whisper-WebUI.git
62
  ```
63
 
64
- 2. Build the image ( Image is about 7GB~ )
65
 
66
  ```sh
67
  docker compose build
68
  ```
69
 
70
- 3. Run the container
71
 
72
  ```sh
73
  docker compose up
74
  ```
75
 
76
- 4. Connect to the WebUI with your browser at `http://localhost:7860`
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