Update Dockerfile
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
|
@@ -6,4 +6,5 @@ RUN chmod +x /stable-diffusion-webui/webui.sh
|
|
| 6 |
RUN useradd -m toor
|
| 7 |
RUN chown toor:toor -R /stable-diffusion-webui/
|
| 8 |
USER toor
|
|
|
|
| 9 |
ENTRYPOINT /stable-diffusion-webui/webui.sh --skip-torch-cuda-test --no-half --listen
|
|
|
|
| 6 |
RUN useradd -m toor
|
| 7 |
RUN chown toor:toor -R /stable-diffusion-webui/
|
| 8 |
USER toor
|
| 9 |
+
RUN ls -lart /stable-diffusion-webui
|
| 10 |
ENTRYPOINT /stable-diffusion-webui/webui.sh --skip-torch-cuda-test --no-half --listen
|