Spaces:
Running
on
A100
Running
on
A100
Update Dockerfile
Browse files- 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 && \
|
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 |
|