Update entrypoint.sh
Browse files- 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 ---
|