euIaxs22 commited on
Commit
b5c6744
verified
1 Parent(s): 400fc43

Update start.sh

Browse files
Files changed (1) hide show
  1. start.sh +4 -14
start.sh CHANGED
@@ -106,20 +106,10 @@ except Exception as e:
106
  PY
107
 
108
 
109
-
110
- # ---------------------- Builder Apex/Q8 ----------------------
111
- if nvidia-smi >/dev/null 2>&1; then
112
- if [ "${DISABLE_BUILDER:-0}" -eq 0 ]; then
113
- echo "Executando builder Apex/Q8..."
114
- chmod +x /app/builder.sh || true
115
- #timeout "${BUILDER_TIMEOUT_SEC:-7200000}" bash -lc /app/builder.sh || echo "Builder excedeu tempo/erro, prosseguindo."
116
- else
117
- echo "Builder desabilitado por DISABLE_BUILDER=1"
118
- fi
119
- else
120
- echo "GPU n茫o vis铆vel, pulando builder Apex/Q8."
121
- fi
122
-
123
 
124
 
125
  # ---------------------- Diagn贸stico ----------------------
 
106
  PY
107
 
108
 
109
+ echo "Executando builder Apex/Q8..."
110
+ chmod +x /app/builder.sh
111
+
112
+ /app/builder.sh || true
 
 
 
 
 
 
 
 
 
 
113
 
114
 
115
  # ---------------------- Diagn贸stico ----------------------