From 927bd0607c1f931463deee7b7b0a0038c139a4ea Mon Sep 17 00:00:00 2001 From: octadion Date: Tue, 27 Feb 2024 13:30:12 +0700 Subject: [PATCH] fix: force install lfs --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c1af266..3668254 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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