Spaces:
Running
Running
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -21,7 +21,7 @@ RUN python3 -c 'from huggingface_hub import hf_hub_download; \
|
|
| 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-1.
|
| 25 |
"--mmproj", "/app/mmproj-LFM2.5-VL-1.6b-Q8_0.gguf", \
|
| 26 |
"--host", "0.0.0.0", \
|
| 27 |
"--port", "7860", \
|
|
|
|
| 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", \
|
| 25 |
"--mmproj", "/app/mmproj-LFM2.5-VL-1.6b-Q8_0.gguf", \
|
| 26 |
"--host", "0.0.0.0", \
|
| 27 |
"--port", "7860", \
|