Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- 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 .
|