Spaces:
Running
Running
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -18,7 +18,7 @@ RUN pip install --no-cache-dir -U huggingface_hub
|
|
| 18 |
RUN python3 -c 'from huggingface_hub import hf_hub_download; \
|
| 19 |
repo="LiquidAI/LFM2.5-VL-1.6B-GGUF"; \
|
| 20 |
hf_hub_download(repo_id=repo, filename="LFM2.5-VL-1.6B-Q8_0.gguf", local_dir="/app"); \
|
| 21 |
-
hf_hub_download(repo_id=repo, filename="mmproj-LFM2.5-VL-1.6b-Q8_0.gguf")'
|
| 22 |
|
| 23 |
CMD ["--server", \
|
| 24 |
"-m", "/app/LFM2.5-VL-1.6B-Q8_0.gguf", \
|
|
|
|
| 18 |
RUN python3 -c 'from huggingface_hub import hf_hub_download; \
|
| 19 |
repo="LiquidAI/LFM2.5-VL-1.6B-GGUF"; \
|
| 20 |
hf_hub_download(repo_id=repo, filename="LFM2.5-VL-1.6B-Q8_0.gguf", local_dir="/app"); \
|
| 21 |
+
hf_hub_download(repo_id=repo, filename="mmproj-LFM2.5-VL-1.6b-Q8_0.gguf", local_dir="/app")'
|
| 22 |
|
| 23 |
CMD ["--server", \
|
| 24 |
"-m", "/app/LFM2.5-VL-1.6B-Q8_0.gguf", \
|