Ivan000 commited on
Commit
5923b16
·
verified ·
1 Parent(s): 76014bd

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/UnfilteredAI/NSFW-3B/resolve/main/nsfw-3b-q4_k_m.gguf" -O /nsfw-3b-q4_k_m.gguf
6
 
7
- CMD ["--server", "-m", "/nsfw-3b-q4_k_m.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/MexIvanov/zephyr-python-ru-gguf/resolve/main/zephyr-python-ru-q4_K_M.gguf" -O /zephyr-python-ru-gguf
6
 
7
+ CMD ["--server", "-m", "/zephyr-python-ru-gguf", "--port", "7860", "--host", "0.0.0.0", "-n", "4096"]