Spaces:
Paused
Paused
koenverhagen
commited on
Commit
•
0ded83a
1
Parent(s):
aff6759
Update Dockerfile
Browse files- Dockerfile +1 -3
Dockerfile
CHANGED
@@ -19,8 +19,6 @@ RUN pip install numexpr torchmetrics==0.11.4
|
|
19 |
EXPOSE 7860
|
20 |
|
21 |
set COMMANDLINE_ARGS=--api
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
|
26 |
CMD python webui.py --api --xformers --listen --disable-console-progressbars --enable-console-prompts --no-progressbar-hiding --ui-config-file
|
|
|
19 |
EXPOSE 7860
|
20 |
|
21 |
set COMMANDLINE_ARGS=--api
|
22 |
+
RUN python launch.py --skip-torch-cuda-test --num_cpu_threads_per_process=6 --api
|
|
|
|
|
23 |
|
24 |
CMD python webui.py --api --xformers --listen --disable-console-progressbars --enable-console-prompts --no-progressbar-hiding --ui-config-file
|