ThongCoder commited on
Commit
222d72c
·
verified ·
1 Parent(s): 9a80cc9

Update Dockerfile

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