KevinX-Penn28 commited on
Commit
b428ba7
·
verified ·
1 Parent(s): 390df97

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +4 -2
Dockerfile CHANGED
@@ -33,12 +33,14 @@ RUN pip install --upgrade pip && \
33
 
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
 
38
  # Editable installs
39
  RUN pip install --no-cache-dir -e ./video-sam2 && \
40
  pip install --no-cache-dir -e ./groundingdino && \
41
- pip install --no-cache-dir -e ./laser
 
42
 
43
  # Copy app
44
  COPY --chown=user:user . .
 
33
 
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 . .