Leon4gr45 commited on
Commit
f3a62ee
·
verified ·
1 Parent(s): 36fcbf8

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -3,7 +3,7 @@ FROM python:3.9-slim
3
  WORKDIR /app
4
 
5
  COPY requirements.txt requirements.txt
6
- RUN pip install --no-cache-dir -r requirements.txt
7
 
8
  ENV HF_HOME=/app/.cache
9
  RUN mkdir -p $HF_HOME && chown -R 1000:1000 $HF_HOME
 
3
  WORKDIR /app
4
 
5
  COPY requirements.txt requirements.txt
6
+ RUN pip install --no-cache-dir --default-timeout=100 --retries=5 -r requirements.txt
7
 
8
  ENV HF_HOME=/app/.cache
9
  RUN mkdir -p $HF_HOME && chown -R 1000:1000 $HF_HOME