AItool commited on
Commit
0915ca0
·
verified ·
1 Parent(s): 0d4db9d

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +5 -0
Dockerfile CHANGED
@@ -14,6 +14,11 @@ RUN pip install --no-cache-dir -r requirements.txt
14
 
15
  ENV PYTHONPATH=/app/src
16
 
 
 
 
 
 
17
  # tell Hugging Face this is the public web port
18
  EXPOSE 80
19
 
 
14
 
15
  ENV PYTHONPATH=/app/src
16
 
17
+
18
+ # last RUN or COPY step
19
+ USER root
20
+
21
+
22
  # tell Hugging Face this is the public web port
23
  EXPOSE 80
24