Pinned setuptools in Dockerfile (#99)
Co-authored-by: Sami Haidar Wehbe <sami@autoenhance.ai>
This commit is contained in:
@@ -27,7 +27,7 @@ WORKDIR /home/appuser/Grounded-SAM-2
|
|||||||
|
|
||||||
|
|
||||||
# Install essential Python packages
|
# Install essential Python packages
|
||||||
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 \
|
||||||
opencv-python transformers supervision pycocotools addict yapf timm
|
opencv-python transformers supervision pycocotools addict yapf timm
|
||||||
|
|
||||||
# Install segment_anything package in editable mode
|
# Install segment_anything package in editable mode
|
||||||
|
Reference in New Issue
Block a user