zephyr-python-ru-gguf / Dockerfile
Ivan000's picture
Update Dockerfile
2a4c3f0 verified
raw
history blame
325 Bytes
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 /Nanonets-OCR-s-Q4_K_M-GGUF
CMD ["--server", "-m", "/Nanonets-OCR-s-Q4_K_M-GGUF", "--port", "7860", "--host", "0.0.0.0", "-n", "4096"]