Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +2 -0
Dockerfile
CHANGED
|
@@ -16,6 +16,8 @@ COPY app.py .
|
|
| 16 |
COPY utils ./utils
|
| 17 |
COPY params.cfg .
|
| 18 |
COPY .env* ./
|
|
|
|
|
|
|
| 19 |
|
| 20 |
# Ports:
|
| 21 |
# • 7860 → Gradio UI (HF Spaces standard)
|
|
|
|
| 16 |
COPY utils ./utils
|
| 17 |
COPY params.cfg .
|
| 18 |
COPY .env* ./
|
| 19 |
+
RUN pip freeze > requirements_full.txt # This would run during the build
|
| 20 |
+
|
| 21 |
|
| 22 |
# Ports:
|
| 23 |
# • 7860 → Gradio UI (HF Spaces standard)
|