Skip to content

Commit

Permalink
fix: add lfs dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
octadion committed Feb 27, 2024
1 parent 7269030 commit 0c8ee00
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,14 @@ RUN apt-get update -y && apt-get install -y \
curl \
libgl1-mesa-glx \
libglib2.0-dev \
git-lfs \
&& pip install --upgrade pip && pip install -r requirements.txt


RUN git lfs install && \
git clone -b 'main' --single-branch --depth 1 https://github.com/octadion/visionllm.git && \
cd visionllm && \
git lfs pull

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

Expand Down

0 comments on commit 0c8ee00

Please sign in to comment.