Spaces:
Build error
Build error
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -18,7 +18,7 @@ ENV HF_HOME=/app/.cache/huggingface
|
|
18 |
ENV TRANSFORMERS_CACHE=/app/.cache/huggingface
|
19 |
|
20 |
# Configure Git
|
21 |
-
RUN git config --system user.email "
|
22 |
git config --system user.name "peace2024"
|
23 |
|
24 |
# Copy requirements
|
|
|
18 |
ENV TRANSFORMERS_CACHE=/app/.cache/huggingface
|
19 |
|
20 |
# Configure Git
|
21 |
+
RUN git config --system user.email "dubswayindia@gmail.com" && \
|
22 |
git config --system user.name "peace2024"
|
23 |
|
24 |
# Copy requirements
|