update
Browse files- 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
|