Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -18,7 +18,7 @@ RUN cd llama.cpp && \
|
|
18 |
|
19 |
# Download model
|
20 |
RUN mkdir /model && \
|
21 |
-
curl -L https://huggingface.co/TheBloke/Mistral-7B-OpenOrca-GGUF/
|
22 |
|
23 |
COPY . .
|
24 |
|
|
|
18 |
|
19 |
# Download model
|
20 |
RUN mkdir /model && \
|
21 |
+
curl -L https://huggingface.co/TheBloke/Mistral-7B-OpenOrca-GGUF/resolve/main/mistral-7b-openorca.Q4_K_M.gguf -o model/gguf-model.bin
|
22 |
|
23 |
COPY . .
|
24 |
|