fix: убрал pip upgrade из офлайн-установщика — зависал без интернета

This commit is contained in:
Maksim Totmin 2026-04-08 17:59:40 +07:00
parent 87a9a00ad6
commit 32c88ea463

View File

@ -149,7 +149,6 @@ echo " Created: $VENV_DIR"
# --- Step 3: Install dependencies from local wheels ---
echo "[3/5] Installing dependencies from local wheels (offline)..."
"$VENV_DIR/bin/pip" install --upgrade pip --quiet 2>/dev/null || true
"$VENV_DIR/bin/pip" install \
--no-index \
--find-links "$INSTALL_DIR/wheels" \