randomtable commited on
Commit
4d29979
·
verified ·
1 Parent(s): 6529167

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -3,4 +3,6 @@ RUN apt update && apt upgrade -y
3
  RUN apt install wget git python3 python3-venv libgl1 libglib2.0-0 -y
4
  RUN git clone https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
5
  RUN chmod +x /stable-diffusion-webui/webui.sh
 
 
6
  RUN /stable-diffusion-webui/webui.sh
 
3
  RUN apt install wget git python3 python3-venv libgl1 libglib2.0-0 -y
4
  RUN git clone https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
5
  RUN chmod +x /stable-diffusion-webui/webui.sh
6
+ RUN useradd toor
7
+ USER toor
8
  RUN /stable-diffusion-webui/webui.sh