Yusin commited on
Commit
ab5dfbf
·
1 Parent(s): 3ce5716

Update Dockerfile

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