Ivan000 commited on
Commit
085034a
·
verified ·
1 Parent(s): be89d61

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
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/MTSAIR/Kodify-Nano-GGUF/resolve/main/Kodify_Nano_q8_0.gguf" -O /zephyr-python-ru-gguf
6
 
7
- CMD ["--server", "-m", "/zephyr-python-ru-gguf", "--port", "7860", "--host", "0.0.0.0", "-n", "4096"]
 
2
 
3
  RUN apt update && apt install wget -y
4
 
5
+ RUN wget "https://huggingface.co/MTSAIR/Kodify-Nano-GGUF/resolve/main/Kodify_Nano_q8_0.gguf" -O /Kodify-Nano-GGUF
6
 
7
+ CMD ["--server", "-m", "/Kodify-Nano-GGUF", "--port", "7860", "--host", "0.0.0.0", "-n", "4096"]