carlex3321 commited on
Commit
a50506b
·
verified ·
1 Parent(s): 624a15d

Update builder.sh

Browse files
Files changed (1) hide show
  1. builder.sh +0 -1
builder.sh CHANGED
@@ -33,7 +33,6 @@ export MAX_JOBS="${MAX_JOBS:-$(nproc)}"
33
  export CUDA_HOME="${CUDA_HOME:-/usr/local/cuda}"
34
 
35
  # ---------------------- Dependências de build ----------------------
36
- python -m pip install -U pip build setuptools wheel hatchling hatch-vcs scikit-build-core cmake ninja packaging "huggingface_hub[hf_transfer]" || true
37
 
38
  # Tags do ambiente
39
  PY_TAG="$(python -c 'import sys; print(f"cp{sys.version_info[0]}{sys.version_info[1]}")' 2>/dev/null || echo cp310)"
 
33
  export CUDA_HOME="${CUDA_HOME:-/usr/local/cuda}"
34
 
35
  # ---------------------- Dependências de build ----------------------
 
36
 
37
  # Tags do ambiente
38
  PY_TAG="$(python -c 'import sys; print(f"cp{sys.version_info[0]}{sys.version_info[1]}")' 2>/dev/null || echo cp310)"