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/resolve/main/nanonets-ocr-s-q4_k_m.gguf" -O /l.gguf CMD ["--server", "-m", "/l.gguf", "--port", "7860", "--host", "0.0.0.0", "-n", "2048"]