mirror of
https://github.com/remsky/Kokoro-FastAPI.git
synced 2025-04-13 09:39:17 +00:00
fix: revert to working docker-slim config
This commit is contained in:
parent
ef12a9c05f
commit
880fa7ad53
1 changed files with 2 additions and 6 deletions
8
.github/workflows/docker-publish.yml
vendored
8
.github/workflows/docker-publish.yml
vendored
|
@ -67,9 +67,7 @@ jobs:
|
|||
--include-shell \
|
||||
--include-exe=python3,python3.10,espeak-ng \
|
||||
--exclude-mounts=false \
|
||||
--expose=8880 \
|
||||
--http-probe=true \
|
||||
--http-probe-ports=8880
|
||||
--http-probe=false
|
||||
|
||||
# Push GPU versions
|
||||
- name: Push GPU Docker images
|
||||
|
@ -106,9 +104,7 @@ jobs:
|
|||
--include-shell \
|
||||
--include-exe=python3,python3.10,espeak-ng \
|
||||
--exclude-mounts=false \
|
||||
--expose=8880 \
|
||||
--http-probe=true \
|
||||
--http-probe-ports=8880
|
||||
--http-probe=false
|
||||
|
||||
# Push CPU versions
|
||||
- name: Push CPU Docker images
|
||||
|
|
Loading…
Add table
Reference in a new issue