cmande62 commited on
Commit
e28d63d
·
1 Parent(s): b120549

Initial dashboard deployment

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -35,5 +35,5 @@ RUN python data_pipeline.py
35
  # Expose the port HF Spaces expects
36
  EXPOSE 7860
37
 
38
- # Launch Solara
39
- CMD ["solara", "run", "app.py", "--host=0.0.0.0", "--port=7860"]
 
35
  # Expose the port HF Spaces expects
36
  EXPOSE 7860
37
 
38
+ # Launch voila
39
+ CMD ["voila", "app.py", "--port=7860", "--no-browser", "--Voila.ip=0.0.0.0"]