OzoneAsai commited on
Commit
50db9f4
·
verified ·
1 Parent(s): 02a96f0

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -13,4 +13,6 @@ COPY --chown=user ./requirements.txt requirements.txt
13
  RUN pip install --no-cache-dir --upgrade -r requirements.txt
14
 
15
  COPY --chown=user . /app
 
 
16
  CMD ["python", "app.py"]
 
13
  RUN pip install --no-cache-dir --upgrade -r requirements.txt
14
 
15
  COPY --chown=user . /app
16
+ RUN wget -O Marco-o1-Q3_K_M.gguf https://huggingface.co/bartowski/Marco-o1-GGUF/resolve/main/Marco-o1-Q3_K_M.gguf
17
+ COPY Marco-o1-Q3_K_M.gguf ./Marco-o1-Q3_K_M.gguf
18
  CMD ["python", "app.py"]