Spaces:
Paused
Paused
koenverhagen
commited on
Commit
•
6e4cc8f
1
Parent(s):
0ded83a
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -19,6 +19,6 @@ RUN pip install numexpr torchmetrics==0.11.4
|
|
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
|
|
|
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
|