chore: fixing previous error of software version

This commit is contained in:
2026-03-12 00:22:24 +01:00
parent 9caad4de4e
commit d748733231
9 changed files with 11 additions and 8 deletions

View File

@@ -62,6 +62,9 @@ cd /app/model
if [ -f "requirements.txt" ]; then
pip install -r requirements.txt
fi
if [ -f "sim/requirements.txt" ]; then
pip install -r sim/requirements.txt
fi
# 5. Restore state from Hugging Face Buckets
echo "Restoring state from hf://buckets/$HF_REPO..."