mirror of
https://github.com/remsky/Kokoro-FastAPI.git
synced 2025-08-05 16:48:53 +00:00
Deleted the model download code from docker startup command.
This commit is contained in:
parent
4193ae8ec8
commit
7fdfd66992
1 changed files with 1 additions and 5 deletions
|
@ -1,8 +1,4 @@
|
|||
#!/bin/bash
|
||||
set -e
|
||||
|
||||
if [ "$DOWNLOAD_MODEL" = "true" ]; then
|
||||
python download_model.py --output api/src/models/v1_0
|
||||
fi
|
||||
|
||||
exec uv run --extra $DEVICE --no-sync python -m uvicorn api.src.main:app --host 0.0.0.0 --port 8880 --log-level debug
|
||||
exec python -m uvicorn api.src.main:app --host 0.0.0.0 --port 8880 --log-level info
|
Loading…
Add table
Reference in a new issue