Skip to content

Commit

Permalink
fix: force install lfs
Browse files Browse the repository at this point in the history
  • Loading branch information
octadion committed Feb 27, 2024
1 parent 0c8ee00 commit 927bd06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ RUN apt-get update -y && apt-get install -y \
git-lfs \
&& pip install --upgrade pip && pip install -r requirements.txt

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

0 comments on commit 927bd06

Please sign in to comment.