mangoman7002 commited on
Commit
89c1619
·
verified ·
1 Parent(s): 8d1666a

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -15,6 +15,6 @@ ENV HOME=/home/user \
15
  WORKDIR $HOME/app
16
 
17
  COPY --chown=user . $HOME/app
18
- RUN wget 'https://huggingface.co/ha1772007/qwen2-1.5b-instruct-function-calling-v1-GGUF/resolve/main/qwen2-1.5b-instruct-function-calling-v1.Q2_K%20(1).gguf'
19
  EXPOSE 7860
20
  CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "7860", "--log-level", "debug"]
 
15
  WORKDIR $HOME/app
16
 
17
  COPY --chown=user . $HOME/app
18
+ RUN wget 'https://huggingface.co/afrideva/Qwen2-0.5B-GGUF/resolve/main/qwen2-0.5b.Q2_K.gguf'
19
  EXPOSE 7860
20
  CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "7860", "--log-level", "debug"]