Update Dockerfile
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
|
@@ -4,5 +4,6 @@ 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
|
|
|
|
| 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 |
+
RUN chown toor:toor -R /stable-diffusion-webui/
|
| 8 |
USER toor
|
| 9 |
RUN /stable-diffusion-webui/webui.sh
|