Spaces:
Sleeping
Sleeping
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
- 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"]
|