Jokica17 commited on
Commit
bae1188
·
1 Parent(s): e577888

Added changes related to deployment on hugging face space

Browse files

- Dockerfile: setting HF_HOME and TRANSFORMERS_CACHE to /tmp, we avoid permission issues
- README.md: include required metadata block at the top of the file

Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -27,4 +27,4 @@ COPY fe/ ./frontend/
27
  EXPOSE 8000 7860
28
 
29
  # Run both backend and frontend in parallel
30
- CMD ["sh", "-c", "python run.py & python -m frontend.gradio_app"]
 
27
  EXPOSE 8000 7860
28
 
29
  # Run both backend and frontend in parallel
30
+ CMD ["sh", "-c", "python run.py & python -m frontend.gradio_app"]