Petro commited on
Commit
45b24fb
·
1 Parent(s): fdf233e
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -1,5 +1,7 @@
1
  FROM python:3.9
2
 
 
 
3
  COPY requirements.txt ./requirements.txt
4
 
5
  RUN python -m pip install -U pip && \
 
1
  FROM python:3.9
2
 
3
+ RUN wget -O /code/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
 
7
  RUN python -m pip install -U pip && \