Update DockerFile
Browse files- DockerFile +0 -3
DockerFile
CHANGED
@@ -9,8 +9,5 @@ RUN wget "https://huggingface.co/ggml-org/SmolVLM-256M-Instruct-GGUF/resolve/mai
|
|
9 |
# Download the mmproj file
|
10 |
RUN wget "https://huggingface.co/ggml-org/SmolVLM-256M-Instruct-GGUF/resolve/main/mmproj-SmolVLM-256M-Instruct-Q8_0.gguf" -O /mmproj.gguf
|
11 |
|
12 |
-
# Expose port expected by Hugging Face Spaces
|
13 |
-
EXPOSE 7860
|
14 |
-
|
15 |
# Default command to start the model server
|
16 |
CMD ["--server", "-m", "/smoll.gguf", "--mmproj", "/mmproj.gguf", "--port", "7860", "--host", "0.0.0.0", "-n", "512"]
|
|
|
9 |
# Download the mmproj file
|
10 |
RUN wget "https://huggingface.co/ggml-org/SmolVLM-256M-Instruct-GGUF/resolve/main/mmproj-SmolVLM-256M-Instruct-Q8_0.gguf" -O /mmproj.gguf
|
11 |
|
|
|
|
|
|
|
12 |
# Default command to start the model server
|
13 |
CMD ["--server", "-m", "/smoll.gguf", "--mmproj", "/mmproj.gguf", "--port", "7860", "--host", "0.0.0.0", "-n", "512"]
|