Added --skip-torch-cuda-test to launch.py layer that prepares webui environment
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -115,7 +115,7 @@ RUN aria2c --console-log-level=error -c -x 16 -s 16 -k 1M https://huggingface.co
|
|
115 |
|
116 |
# Prepare WebUI environment
|
117 |
COPY config.json ui-config.json /app/
|
118 |
-
RUN python stable-diffusion-webui/launch.py --exit
|
119 |
|
120 |
# Run app as non-root user
|
121 |
# RUN adduser --disabled-password --gecos '' user
|
|
|
115 |
|
116 |
# Prepare WebUI environment
|
117 |
COPY config.json ui-config.json /app/
|
118 |
+
RUN python stable-diffusion-webui/launch.py --exit --skip-torch-cuda-test
|
119 |
|
120 |
# Run app as non-root user
|
121 |
# RUN adduser --disabled-password --gecos '' user
|