Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -10,4 +10,4 @@ RUN python3 -m venv fooocus_env
|
|
10 |
RUN pip install -r requirements_versions.txt
|
11 |
|
12 |
# RUN source fooocus_env/bin/activate
|
13 |
-
RUN python entry_with_update.py --listen --port 7860
|
|
|
10 |
RUN pip install -r requirements_versions.txt
|
11 |
|
12 |
# RUN source fooocus_env/bin/activate
|
13 |
+
RUN python entry_with_update.py --listen --port 7860 --always-cpu --share
|