Spaces:
Paused
Paused
Update Dockerfile
Browse files- Dockerfile +2 -0
Dockerfile
CHANGED
|
@@ -30,5 +30,7 @@ EXPOSE 7860
|
|
| 30 |
RUN pip install huggingface_hub[cli]
|
| 31 |
RUN chmod -R 777 /workspace
|
| 32 |
|
|
|
|
|
|
|
| 33 |
# Run entrypoint
|
| 34 |
CMD ["python3.12", "/app/entrypoint.py"]
|
|
|
|
| 30 |
RUN pip install huggingface_hub[cli]
|
| 31 |
RUN chmod -R 777 /workspace
|
| 32 |
|
| 33 |
+
RUN mkdir -p /home/coder && chmod -R 777 /home
|
| 34 |
+
|
| 35 |
# Run entrypoint
|
| 36 |
CMD ["python3.12", "/app/entrypoint.py"]
|