Yeroyan commited on
Commit
1106cc9
·
verified ·
1 Parent(s): 6b4be65

remove model download

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -30,8 +30,8 @@ ENV TRANSFORMERS_CACHE=/app/.cache/huggingface
30
  COPY demo/download_models.py .
31
  RUN mkdir -p /app/.cache/huggingface && \
32
  chmod -R 755 /app/.cache && \
33
- chmod -R 755 /app/.cache/huggingface && \
34
- python3 download_models.py
35
 
36
  # Install colpali-engine (after model download to ensure deps are ready)
37
  RUN pip3 install colpali-engine einops~=0.8.1
 
30
  COPY demo/download_models.py .
31
  RUN mkdir -p /app/.cache/huggingface && \
32
  chmod -R 755 /app/.cache && \
33
+ chmod -R 755 /app/.cache/huggingface
34
+ #&& \ python3 download_models.py
35
 
36
  # Install colpali-engine (after model download to ensure deps are ready)
37
  RUN pip3 install colpali-engine einops~=0.8.1