From b31e9eb8da43f45f647c0271b98e3cf555362aa3 Mon Sep 17 00:00:00 2001 From: Angel-HF <49835792+Pelochus@users.noreply.github.com> Date: Tue, 9 Apr 2024 19:51:09 +0200 Subject: [PATCH] Added git-lfs --- docker/setup.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docker/setup.sh b/docker/setup.sh index f726a42..c839a0f 100755 --- a/docker/setup.sh +++ b/docker/setup.sh @@ -21,5 +21,8 @@ apt install -y git-lfs # Needed DEBIAN_FRONTEND=noninteractive apt install -y python3-tk +# Done here to avoid cloning full repository for the Docker image +apt install -y git-lfs # python3-tk + # cd Qwen-1_8B-Chat # git lfs pull