fix: enable HTTP probing for FastAPI endpoints

This commit is contained in:
remsky 2025-01-14 07:02:21 -07:00
parent 7cb8299880
commit 6fe35ac0ed

View file

@ -67,7 +67,8 @@ 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 \
--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
@ -104,7 +105,8 @@ 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 \
--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