Merge pull request #17 from WFram/main

Add building gdino into Dockerfile
This commit is contained in:
Ren Tianhe
2024-08-14 10:16:05 +08:00
committed by GitHub

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