Commit ·
0335b38
1
Parent(s): 8608cb6
Deploy Baseline Simple App
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
|
@@ -30,8 +30,8 @@ RUN python mi_platform/data/ingestion.py
|
|
| 30 |
# Expose port
|
| 31 |
EXPOSE 7860
|
| 32 |
|
| 33 |
-
# Run
|
| 34 |
-
CMD ["streamlit", "run", "
|
| 35 |
"--server.port=7860", \
|
| 36 |
"--server.address=0.0.0.0", \
|
| 37 |
"--server.headless=true", \
|
|
|
|
| 30 |
# Expose port
|
| 31 |
EXPOSE 7860
|
| 32 |
|
| 33 |
+
# Run simplified dashboard that will work
|
| 34 |
+
CMD ["python", "-m", "streamlit", "run", "mi_platform/ui/dashboard_simple.py", \
|
| 35 |
"--server.port=7860", \
|
| 36 |
"--server.address=0.0.0.0", \
|
| 37 |
"--server.headless=true", \
|