caarleexx commited on
Commit
44b1ffc
·
verified ·
1 Parent(s): 7aaec18

Update entrypoint.sh

Browse files
Files changed (1) hide show
  1. entrypoint.sh +2 -2
entrypoint.sh CHANGED
@@ -39,9 +39,9 @@ echo ""
39
  WHEEL_DIR="/data/wheel"
40
  mkdir -p "$WHEEL_DIR"
41
 
42
- chmod +x /app/compile_flash.sh
43
  # Compila ou carrega FlashAttention do cache persistente
44
- bash /app/compile_flash.sh
45
 
46
 
47
  # --- Setup de Dependências ---
 
39
  WHEEL_DIR="/data/wheel"
40
  mkdir -p "$WHEEL_DIR"
41
 
42
+ #chmod +x /app/compile_flash.sh
43
  # Compila ou carrega FlashAttention do cache persistente
44
+ #bash /app/compile_flash.sh
45
 
46
 
47
  # --- Setup de Dependências ---