Skip to content

Commit

Permalink
fix: update dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
octadion committed Feb 26, 2024
1 parent 2cde30f commit 05fb83a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ RUN apt-get update -y && apt-get install -y \
python3-dev \
curl \
&& pip install --upgrade pip && pip install -r requirements.txt


RUN mkdir -p models/llm
RUN curl -L https://huggingface.co/TheBloke/zephyr-7B-beta-GGUF/resolve/main/zephyr-7b-beta.Q4_K_S.gguf -o models/llm/zephyr-7b-beta.Q4_K_S.gguf

CMD ["python", "main.py"]

0 comments on commit 05fb83a

Please sign in to comment.