mahmoud611 commited on
Commit
05a611f
·
verified ·
1 Parent(s): 8bf9c81

Upload Dockerfile with huggingface_hub

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -20,8 +20,8 @@ COPY api.py .
20
  COPY inference.py .
21
  COPY model_params.json .
22
 
23
- # Copy CNN weights
24
- COPY weights/ ./weights/
25
 
26
  # HF Spaces uses port 7860
27
  EXPOSE 7860
 
20
  COPY inference.py .
21
  COPY model_params.json .
22
 
23
+ # CNN weights downloaded at runtime by inference.py via huggingface_hub
24
+ # (Xet storage prevents COPY during Docker build)
25
 
26
  # HF Spaces uses port 7860
27
  EXPOSE 7860