Leesn465 commited on
Commit
cefe789
·
verified ·
1 Parent(s): 507cad0

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -23,6 +23,7 @@ COPY requirements.txt .
23
  RUN pip install --no-cache-dir -r requirements.txt
24
 
25
  COPY . .
 
26
 
27
  CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "7860"]
28
 
 
23
  RUN pip install --no-cache-dir -r requirements.txt
24
 
25
  COPY . .
26
+ USER root
27
 
28
  CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "7860"]
29