tfrere HF Staff commited on
Commit
cba14c0
·
1 Parent(s): 4ce2bb3
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -17,8 +17,8 @@ WORKDIR /workspace
17
  # Copy the entire git repository (including .git folder and LFS files)
18
  COPY . .
19
 
20
- # Pull LFS files
21
- RUN git lfs pull
22
 
23
  # Move to app directory for building
24
  WORKDIR /workspace/app
 
17
  # Copy the entire git repository (including .git folder and LFS files)
18
  COPY . .
19
 
20
+ # Pull LFS files with HuggingFace credentials
21
+ # RUN git lfs pull
22
 
23
  # Move to app directory for building
24
  WORKDIR /workspace/app