banao-tech commited on
Commit
f4f9ca7
Β·
verified Β·
1 Parent(s): c60f6f1

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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 8888
21
 
22
- CMD ["python", "main.py", "--host", "0.0.0.0", "--port", "8888", "--skip-pip"]
 
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"]