fffiloni commited on
Commit
0a084dd
1 Parent(s): 08f2f78

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -106,7 +106,7 @@ RUN pip install --no-cache-dir git+https://github.com/IDEA-Research/GroundingDIN
106
  pip install --no-cache-dir segment-anything==1.0 && \
107
  git clone https://github.com/luca-medeiros/lang-segment-anything && \
108
  cd lang-segment-anything && \
109
- git checkout 9bdf77715fa70fca96452184abdc64a6666e0d46 && \ # Replace <commit-hash> with the actual commit hash
110
  pip install -e . && \
111
  cd ..
112
 
 
106
  pip install --no-cache-dir segment-anything==1.0 && \
107
  git clone https://github.com/luca-medeiros/lang-segment-anything && \
108
  cd lang-segment-anything && \
109
+ git checkout 9bdf77715fa70fca96452184abdc64a6666e0d46 && \
110
  pip install -e . && \
111
  cd ..
112