MYousafRana commited on
Commit
0e8b904
·
verified ·
1 Parent(s): 1a30655

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -23,7 +23,7 @@ RUN pip install --no-cache-dir --upgrade pip setuptools wheel \
23
  && pip install --no-cache-dir -r requirements.txt
24
 
25
  # (Optional) Pre-cache model to avoid downloading at runtime on Spaces
26
- RUN python -c "from huggingface_hub import snapshot_download; snapshot_download('llava-hf/LLaVA-NeXT-Video-7B-hf')"
27
 
28
  # Copy app code
29
  COPY main.py .
 
23
  && pip install --no-cache-dir -r requirements.txt
24
 
25
  # (Optional) Pre-cache model to avoid downloading at runtime on Spaces
26
+ # RUN python -c "from huggingface_hub import snapshot_download; snapshot_download('llava-hf/LLaVA-NeXT-Video-7B-hf')"
27
 
28
  # Copy app code
29
  COPY main.py .