Ivan000 commited on
Commit
45f8e93
·
verified ·
1 Parent(s): 71d7236

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -2,6 +2,6 @@ FROM ghcr.io/ggerganov/llama.cpp:full
2
 
3
  RUN apt update && apt install wget -y
4
 
5
- RUN wget "https://huggingface.co/unsloth/gemma-3-1b-it-GGUF/resolve/main/gemma-3-1b-it-Q8_0.gguf" -O /l.gguf
6
 
7
  CMD ["--server", "-m", "/l.gguf", "--port", "7860", "--host", "0.0.0.0", "-n", "512"]
 
2
 
3
  RUN apt update && apt install wget -y
4
 
5
+ RUN wget "https://huggingface.co/Ivan000/Nanonets-OCR-s-Q4_K_M-GGUF/blob/main/nanonets-ocr-s-q4_k_m.gguf" -O /l.gguf
6
 
7
  CMD ["--server", "-m", "/l.gguf", "--port", "7860", "--host", "0.0.0.0", "-n", "512"]