We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9412a16 commit 7fec804Copy full SHA for 7fec804
Dockerfile
@@ -27,7 +27,7 @@ WORKDIR /home/appuser/Grounded-SAM-2
27
28
29
# Install essential Python packages
30
-RUN python -m pip install --upgrade pip setuptools wheel numpy \
+RUN python -m pip install --upgrade pip "setuptools>=62.3.0,<75.9" wheel numpy \
31
opencv-python transformers supervision pycocotools addict yapf timm
32
33
# Install segment_anything package in editable mode
0 commit comments