Spaces:
Configuration error
Configuration error
add tutorial for kubernetes
Browse files
README.md
CHANGED
@@ -35,6 +35,9 @@ docker compose up --detach faster-whisper-server-cuda
|
|
35 |
# or
|
36 |
docker compose up --detach faster-whisper-server-cpu
|
37 |
```
|
|
|
|
|
|
|
38 |
## Usage
|
39 |
If you are looking for a step-by-step walkthrough, checkout [this](https://www.youtube.com/watch?app=desktop&v=vSN-oAl6LVs) YouTube video.
|
40 |
|
|
|
35 |
# or
|
36 |
docker compose up --detach faster-whisper-server-cpu
|
37 |
```
|
38 |
+
|
39 |
+
Using Kubernetes: [tutorial](https://substratus.ai/blog/deploying-faster-whisper-on-k8s)
|
40 |
+
|
41 |
## Usage
|
42 |
If you are looking for a step-by-step walkthrough, checkout [this](https://www.youtube.com/watch?app=desktop&v=vSN-oAl6LVs) YouTube video.
|
43 |
|