binary1ne commited on
Commit
7e60bba
·
verified ·
1 Parent(s): b8286d8

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -142,7 +142,7 @@ RUN chown -R user:user /web-ui && chmod -R 755 /web-ui
142
 
143
  # Use Conda environment Python explicitly
144
  # CMD ["/home/user/miniconda/envs/webui/bin/python", "webui.py", "--ip", "0.0.0.0", "--port", "7860"]
145
- # CMD ["/web-ui/start.sh"]
146
 
147
  # Start supervisor
148
- CMD ["/usr/bin/supervisord", "-c", "/etc/supervisor/conf.d/supervisord.conf"]
 
142
 
143
  # Use Conda environment Python explicitly
144
  # CMD ["/home/user/miniconda/envs/webui/bin/python", "webui.py", "--ip", "0.0.0.0", "--port", "7860"]
145
+ CMD ["/web-ui/start.sh"]
146
 
147
  # Start supervisor
148
+ # CMD ["/usr/bin/supervisord", "-c", "/etc/supervisor/conf.d/supervisord.conf"]