From b0f4a3927f5e3cf692198d891631eb3b277774df Mon Sep 17 00:00:00 2001 From: samiabat Date: Mon, 24 Mar 2025 11:16:02 +0300 Subject: [PATCH] remove git lfs --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 491d5f73..6dbc7238 100644 --- a/Dockerfile +++ b/Dockerfile @@ -119,7 +119,7 @@ RUN wget https://repo.anaconda.com/miniconda/Miniconda3-py39_23.11.0-2-Linux-x86 COPY . . # Ensure LFS files are pulled (if repository is cloned here; optional) -RUN git lfs pull # Uncomment if you clone the repo inside the container instead of using COPY +# RUN git lfs pull # Uncomment if you clone the repo inside the container instead of using COPY # Install Conda dependencies RUN conda install -y -q -c pytorch -c nvidia cudatoolkit \