Spaces:
Paused
Paused
Update Dockerfile
Browse files- Dockerfile +3 -0
Dockerfile
CHANGED
|
@@ -27,5 +27,8 @@ COPY entrypoint.py /app/
|
|
| 27 |
# Expose HF Spaces port
|
| 28 |
EXPOSE 7860
|
| 29 |
|
|
|
|
|
|
|
|
|
|
| 30 |
# Run entrypoint
|
| 31 |
CMD ["python3.12", "/app/entrypoint.py"]
|
|
|
|
| 27 |
# Expose HF Spaces port
|
| 28 |
EXPOSE 7860
|
| 29 |
|
| 30 |
+
RUN pip install huggingface_hub[cli]
|
| 31 |
+
RUN chmod -R 777 /workspace
|
| 32 |
+
|
| 33 |
# Run entrypoint
|
| 34 |
CMD ["python3.12", "/app/entrypoint.py"]
|