Spaces:
Running
Running
Upload Dockerfile with huggingface_hub
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
|
@@ -20,8 +20,8 @@ COPY api.py .
|
|
| 20 |
COPY inference.py .
|
| 21 |
COPY model_params.json .
|
| 22 |
|
| 23 |
-
#
|
| 24 |
-
COPY
|
| 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
|