File size: 281 Bytes
fbad46b
fa09834
bba0c2d
 
45f8e93
fa09834
 
1
2
3
4
5
6
7
FROM ghcr.io/ggerganov/llama.cpp:full

RUN apt update && apt install wget -y

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

CMD ["--server", "-m", "/l.gguf", "--port", "7860", "--host", "0.0.0.0", "-n", "512"]