Add building gdino into Dockerfile

This commit is contained in:
WFram
2024-08-14 02:07:00 +03:00
parent 37ea3c4171
commit 09d0ceb928

View File

@@ -32,3 +32,5 @@ RUN python -m pip install --upgrade pip setuptools wheel numpy
# Install segment_anything package in editable mode # Install segment_anything package in editable mode
RUN python -m pip install -e . RUN python -m pip install -e .
# Install grounding dino
RUN python -m pip install --no-build-isolation -e grounding_dino