Spaces:
Sleeping
Sleeping
Commit
·
6c6b28d
1
Parent(s):
0cd647a
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -16,7 +16,7 @@ WORKDIR /app
|
|
| 16 |
|
| 17 |
# Installing wget and downloading model.
|
| 18 |
RUN apt install wget -y
|
| 19 |
-
RUN wget -q -O model.bin https://huggingface.co/
|
| 20 |
RUN ls
|
| 21 |
# You can use other models! Or u can comment this two RUNs and include in Space/repo/Docker image own model with name "model.bin".
|
| 22 |
|
|
|
|
| 16 |
|
| 17 |
# Installing wget and downloading model.
|
| 18 |
RUN apt install wget -y
|
| 19 |
+
RUN wget -q -O model.bin https://huggingface.co/lucianosb/llama-2-7b-langchain-chat-GGUF/resolve/main/llama-2-7b-langchain-chat-q8_0.gguf
|
| 20 |
RUN ls
|
| 21 |
# You can use other models! Or u can comment this two RUNs and include in Space/repo/Docker image own model with name "model.bin".
|
| 22 |
|