fix: revert to working docker-slim config

This commit is contained in:
remsky 2025-01-14 07:30:23 -07:00
parent ef12a9c05f
commit 880fa7ad53

View file

@ -67,9 +67,7 @@ jobs:
--include-shell \ --include-shell \
--include-exe=python3,python3.10,espeak-ng \ --include-exe=python3,python3.10,espeak-ng \
--exclude-mounts=false \ --exclude-mounts=false \
--expose=8880 \ --http-probe=false
--http-probe=true \
--http-probe-ports=8880
# Push GPU versions # Push GPU versions
- name: Push GPU Docker images - name: Push GPU Docker images
@ -106,9 +104,7 @@ jobs:
--include-shell \ --include-shell \
--include-exe=python3,python3.10,espeak-ng \ --include-exe=python3,python3.10,espeak-ng \
--exclude-mounts=false \ --exclude-mounts=false \
--expose=8880 \ --http-probe=false
--http-probe=true \
--http-probe-ports=8880
# Push CPU versions # Push CPU versions
- name: Push CPU Docker images - name: Push CPU Docker images