alpha-core-ai / start.sh
Sabithulla's picture
Multi-stage Docker build: Stage 1 compiles llama-cpp-python to wheel, Stage 2 installs pre-built wheel - NO TIMEOUT! Pre-download fast-chat model at build time.
3274ec4
raw
history blame contribute delete
145 Bytes
#!/bin/bash
# Models are pre-downloaded at build time, just run the app
exec uvicorn main:app --host 0.0.0.0 --port 7860 --timeout-keep-alive 75