KevinX-Penn28 commited on
Commit
fd31fbe
·
verified ·
1 Parent(s): b0da3be

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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/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 . .
 
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 . .