mirror of
https://github.com/remsky/Kokoro-FastAPI.git
synced 2025-08-05 16:48:53 +00:00
fix: enable HTTP probing for FastAPI endpoints
This commit is contained in:
parent
7cb8299880
commit
6fe35ac0ed
1 changed files with 4 additions and 2 deletions
6
.github/workflows/docker-publish.yml
vendored
6
.github/workflows/docker-publish.yml
vendored
|
@ -67,7 +67,8 @@ jobs:
|
|||
--include-shell \
|
||||
--include-exe=python3,python3.10,espeak-ng \
|
||||
--exclude-mounts=false \
|
||||
--http-probe=false
|
||||
--http-probe=true \
|
||||
--http-probe-ports=8880
|
||||
|
||||
# Push GPU versions
|
||||
- name: Push GPU Docker images
|
||||
|
@ -104,7 +105,8 @@ jobs:
|
|||
--include-shell \
|
||||
--include-exe=python3,python3.10,espeak-ng \
|
||||
--exclude-mounts=false \
|
||||
--http-probe=false
|
||||
--http-probe=true \
|
||||
--http-probe-ports=8880
|
||||
|
||||
# Push CPU versions
|
||||
- name: Push CPU Docker images
|
||||
|
|
Loading…
Add table
Reference in a new issue