Skip to content

Commit 7fec804

Browse files
sami-haidarSami Haidar Wehbe
andauthored
Pinned setuptools in Dockerfile (IDEA-Research#99)
Co-authored-by: Sami Haidar Wehbe <[email protected]>
1 parent 9412a16 commit 7fec804

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ WORKDIR /home/appuser/Grounded-SAM-2
2727

2828

2929
# Install essential Python packages
30-
RUN python -m pip install --upgrade pip setuptools wheel numpy \
30+
RUN python -m pip install --upgrade pip "setuptools>=62.3.0,<75.9" wheel numpy \
3131
opencv-python transformers supervision pycocotools addict yapf timm
3232

3333
# Install segment_anything package in editable mode

0 commit comments

Comments
 (0)