MissingBreath commited on
Commit
57f6126
·
verified ·
1 Parent(s): cc1bea1

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -26,4 +26,6 @@ RUN mkdir -p /Chroma/ && chmod 777 /Chroma/
26
 
27
  COPY . .
28
 
 
 
29
  CMD ["uvicorn", "api:app", "--host", "0.0.0.0", "--port", "7860"]
 
26
 
27
  COPY . .
28
 
29
+
30
+ USER root
31
  CMD ["uvicorn", "api:app", "--host", "0.0.0.0", "--port", "7860"]