carlex3321 commited on
Commit
b0e5670
·
verified ·
1 Parent(s): 4ad1d32

Update start.sh

Browse files
Files changed (1) hide show
  1. start.sh +1 -1
start.sh CHANGED
@@ -108,7 +108,7 @@ if nvidia-smi >/dev/null 2>&1; then
108
  if [ "${DISABLE_BUILDER:-0}" -eq 0 ]; then
109
  echo "Executando builder Apex/Q8..."
110
  chmod +x /app/builder.sh || true
111
- timeout "${BUILDER_TIMEOUT_SEC:-7200}" bash -lc /app/builder.sh || echo "Builder excedeu tempo/erro, prosseguindo."
112
  else
113
  echo "Builder desabilitado por DISABLE_BUILDER=1"
114
  fi
 
108
  if [ "${DISABLE_BUILDER:-0}" -eq 0 ]; then
109
  echo "Executando builder Apex/Q8..."
110
  chmod +x /app/builder.sh || true
111
+ timeout "${BUILDER_TIMEOUT_SEC:-7200000}" bash -lc /app/builder.sh || echo "Builder excedeu tempo/erro, prosseguindo."
112
  else
113
  echo "Builder desabilitado por DISABLE_BUILDER=1"
114
  fi