ThongCoder commited on
Commit
bf63469
·
verified ·
1 Parent(s): dc7a071

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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"]