NicholasJohn commited on
Commit
c1dba53
·
1 Parent(s): 3385f54
Files changed (1) hide show
  1. Dockerfile +3 -0
Dockerfile CHANGED
@@ -7,4 +7,7 @@ RUN pip install -r requirements.txt
7
  EXPOSE 7860
8
  ENV GRADIO_SERVER_NAME="0.0.0.0"
9
 
 
 
 
10
  CMD ["python", "app.py"]
 
7
  EXPOSE 7860
8
  ENV GRADIO_SERVER_NAME="0.0.0.0"
9
 
10
+ # Specify a non-root user
11
+ USER appuser
12
+
13
  CMD ["python", "app.py"]