Improve CV parsing and profile editor flow
This commit is contained in:
@@ -45,6 +45,11 @@ build_with_recovery
|
||||
# Force recreation so updated port mappings, env vars, and container config always apply on deploy.
|
||||
compose up -d --force-recreate --remove-orphans
|
||||
|
||||
if [ -n "${OLLAMA_MODEL:-}" ]; then
|
||||
echo "Post-deploy Ollama warmup enabled for model: ${OLLAMA_MODEL}"
|
||||
./scripts/start-ollama-cv.sh
|
||||
fi
|
||||
|
||||
sleep 5
|
||||
compose ps
|
||||
|
||||
|
||||
Reference in New Issue
Block a user