Akbartus commited on
Commit
fa1be75
·
verified ·
1 Parent(s): 465fd9f

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -12,4 +12,4 @@ RUN wget "https://huggingface.co/ggml-org/SmolVLM-256M-Instruct-GGUF/resolve/mai
12
  #EXPOSE 7860
13
 
14
  # Default command to start the model server
15
- CMD [ "--server", "-m", "/smoll.gguf", "--mmproj", "/mmproj.gguf", "--port", "7860", "--host", "0.0.0.0", "-n", "512" ]
 
12
  #EXPOSE 7860
13
 
14
  # Default command to start the model server
15
+ CMD [ "--server", "-m", "/smoll.gguf", "--mmproj", "/mmproj.gguf", "--port", "7860", "--host", "0.0.0.0", "-n", "512", "-t", "2" ]