neph1 commited on
Commit
fccb4dc
·
verified ·
1 Parent(s): 2da0c5f

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -8,7 +8,7 @@ RUN apt update
8
  RUN apt install -y wget make cmake clang git g++
9
  RUN wget https://huggingface.co/mradermacher/bellman-mistral-7b-instruct-v0.3-GGUF/blob/main/bellman-mistral-7b-instruct-v0.3.Q5_K_M.gguf?download=true -O model.gguf
10
  ADD https://github.com/ggerganov/llama.cpp/releases/download/b4502/llama-b4502-bin-ubuntu-x64.zip .
11
- RUN ls -l .
12
  RUN apt install socat -y
13
 
14
  EXPOSE 7860
 
8
  RUN apt install -y wget make cmake clang git g++
9
  RUN wget https://huggingface.co/mradermacher/bellman-mistral-7b-instruct-v0.3-GGUF/blob/main/bellman-mistral-7b-instruct-v0.3.Q5_K_M.gguf?download=true -O model.gguf
10
  ADD https://github.com/ggerganov/llama.cpp/releases/download/b4502/llama-b4502-bin-ubuntu-x64.zip .
11
+ RUN ls
12
  RUN apt install socat -y
13
 
14
  EXPOSE 7860