Spaces:
Paused
Paused
Update install_annotators_deps.sh
Browse files
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
|
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."
|