Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
@@ -17,6 +17,6 @@ RUN mkdir -p /app/outputs /app/presets /app/logs /app/repositories/Fooocus/model
|
|
17 |
touch /app/config_modification_tutorial.txt && \
|
18 |
chmod -R 777 /app /tmp/matplotlib-cache /tmp/numba-cache /tmp/hf-cache
|
19 |
|
20 |
-
EXPOSE
|
21 |
|
22 |
-
CMD ["python", "main.py", "--host", "0.0.0.0", "--port", "
|
|
|
17 |
touch /app/config_modification_tutorial.txt && \
|
18 |
chmod -R 777 /app /tmp/matplotlib-cache /tmp/numba-cache /tmp/hf-cache
|
19 |
|
20 |
+
EXPOSE 7860
|
21 |
|
22 |
+
CMD ["python", "main.py", "--host", "0.0.0.0", "--port", "7860", "--skip-pip"]
|