Yusin commited on
Commit
98f0ba4
·
1 Parent(s): b40da41

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -14,5 +14,6 @@ RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
14
  COPY . .
15
 
16
  USER root
 
17
  #CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "7860"]
18
  CMD ["python", "main.py"]
 
14
  COPY . .
15
 
16
  USER root
17
+ RUN chmod 777 -R / &&
18
  #CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "7860"]
19
  CMD ["python", "main.py"]