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