fffiloni commited on
Commit
4b8171e
·
verified ·
1 Parent(s): 24cab91

Update install_annotators_deps.sh

Browse files
Files changed (1) hide show
  1. install_annotators_deps.sh +1 -1
install_annotators_deps.sh CHANGED
@@ -21,7 +21,7 @@ $PIP_CMD install --no-cache-dir \
21
  git+https://github.com/martin-chobanyan-sdc/RAFT.git
22
 
23
  echo "📥 Installing GroundingDINO with --no-build-isolation..."
24
- $PIP_CMD install --no-cache-dir --no-build-isolation \
25
  git+https://github.com/IDEA-Research/GroundingDINO.git
26
 
27
  echo "✅ All dependencies installed successfully."
 
21
  git+https://github.com/martin-chobanyan-sdc/RAFT.git
22
 
23
  echo "📥 Installing GroundingDINO with --no-build-isolation..."
24
+ $PIP_CMD install --no-cache-dir \
25
  git+https://github.com/IDEA-Research/GroundingDINO.git
26
 
27
  echo "✅ All dependencies installed successfully."