Petro
commited on
Commit
·
af9a291
1
Parent(s):
f21f3ee
- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
FROM python:3.9
|
2 |
|
3 |
-
RUN wget -
|
4 |
|
5 |
COPY requirements.txt ./requirements.txt
|
6 |
|
|
|
1 |
FROM python:3.9
|
2 |
|
3 |
+
RUN wget -q zephyr-7b-beta.Q4_K_S.gguf https://huggingface.co/TheBloke/zephyr-7B-beta-GGUF/resolve/main/zephyr-7b-beta.Q4_K_S.gguf
|
4 |
|
5 |
COPY requirements.txt ./requirements.txt
|
6 |
|