zephyr-python-ru-gguf / Dockerfile
Ivan000's picture
Update Dockerfile
1bb5aab verified
raw
history blame
276 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/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"]