Spaces:
Paused
Paused
Update Dockerfile
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
|
@@ -34,13 +34,13 @@ RUN pip install --upgrade pip && \
|
|
| 34 |
RUN git clone https://github.com/video-fm/video-sam2.git ./video-sam2 && \
|
| 35 |
git clone https://github.com/video-fm/GroundingDINO.git ./groundingdino && \
|
| 36 |
git clone https://github.com/video-fm/LASER.git ./laser && \
|
| 37 |
-
git clone https://github.com/kevinxuez/
|
| 38 |
|
| 39 |
# Editable installs
|
| 40 |
RUN pip install --no-cache-dir -e ./video-sam2 && \
|
| 41 |
pip install --no-cache-dir -e ./groundingdino && \
|
| 42 |
pip install --no-cache-dir -e ./laser && \
|
| 43 |
-
pip install --no-cache-dir -e ./
|
| 44 |
|
| 45 |
# Copy app
|
| 46 |
COPY --chown=user:user . .
|
|
|
|
| 34 |
RUN git clone https://github.com/video-fm/video-sam2.git ./video-sam2 && \
|
| 35 |
git clone https://github.com/video-fm/GroundingDINO.git ./groundingdino && \
|
| 36 |
git clone https://github.com/video-fm/LASER.git ./laser && \
|
| 37 |
+
git clone https://github.com/kevinxuez/vine_hf.git ./vine_hf
|
| 38 |
|
| 39 |
# Editable installs
|
| 40 |
RUN pip install --no-cache-dir -e ./video-sam2 && \
|
| 41 |
pip install --no-cache-dir -e ./groundingdino && \
|
| 42 |
pip install --no-cache-dir -e ./laser && \
|
| 43 |
+
pip install --no-cache-dir -e ./vine_hf
|
| 44 |
|
| 45 |
# Copy app
|
| 46 |
COPY --chown=user:user . .
|