Xenobd commited on
Commit
6cc46f5
·
verified ·
1 Parent(s): c94f510

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -4,5 +4,5 @@ RUN apt update && apt install wget -y
4
 
5
  RUN wget "https://huggingface.co/HuggingFaceTB/SmolLM2-360M-Instruct-GGUF/resolve/main/smollm2-360m-instruct-q8_0.gguf" -O /gemma-3-1b-it-Q8_0.gguf
6
 
7
- CMD ["--server","-m","/gemma-3-1b-it-Q8_0.gguf","--port","7860","--host","0.0.0.0","-n","1024","--threads","0","--mlock","8192"]
8
 
 
4
 
5
  RUN wget "https://huggingface.co/HuggingFaceTB/SmolLM2-360M-Instruct-GGUF/resolve/main/smollm2-360m-instruct-q8_0.gguf" -O /gemma-3-1b-it-Q8_0.gguf
6
 
7
+ CMD ["--server","-m","/gemma-3-1b-it-Q8_0.gguf","--port","7860","--host","0.0.0.0","-n","1024","--threads","0",]
8