Monster commited on
Commit
3f3426a
·
1 Parent(s): e4fde75
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -2,4 +2,4 @@
2
  FROM ghcr.io/ggerganov/llama.cpp:full
3
  RUN apt update && apt upgrade -y && apt install wget -y
4
  RUN wget "https://huggingface.co/TheBloke/Llama-2-13B-chat-GGUF/resolve/main/llama-2-13b-chat.Q4_K_M.gguf" -O llama-2-13b-chat.Q4_K_M.gguf
5
- CMD ["--server", "-m", "llama-2-13b-chat.Q4_K_M.gguf", "--port", "7860", "--host", "0.0.0.0"]
 
2
  FROM ghcr.io/ggerganov/llama.cpp:full
3
  RUN apt update && apt upgrade -y && apt install wget -y
4
  RUN wget "https://huggingface.co/TheBloke/Llama-2-13B-chat-GGUF/resolve/main/llama-2-13b-chat.Q4_K_M.gguf" -O llama-2-13b-chat.Q4_K_M.gguf
5
+ CMD ["--server", "-m", "llama-2-13b-chat.Q4_K_M.gguf", "--port", "7860", "--host", "0.0.0.0", "-t", "2"]