Yara Kyrychenko
commited on
Commit
·
79310a6
1
Parent(s):
1fc9224
del config
Browse files- .streamlit/config.toml +0 -8
- Dockerfile +1 -1
.streamlit/config.toml
DELETED
|
@@ -1,8 +0,0 @@
|
|
| 1 |
-
[server]
|
| 2 |
-
port = 8501
|
| 3 |
-
|
| 4 |
-
[browser]
|
| 5 |
-
gatherUsageStats = false
|
| 6 |
-
|
| 7 |
-
[theme]
|
| 8 |
-
base="light"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Dockerfile
CHANGED
|
@@ -18,4 +18,4 @@ EXPOSE 8501
|
|
| 18 |
|
| 19 |
HEALTHCHECK CMD curl --fail http://localhost:8501/_stcore/health
|
| 20 |
|
| 21 |
-
ENTRYPOINT ["streamlit", "run", "src/streamlit_app.py", "--server.port=8501", "--server.address=0.0.0.0"]
|
|
|
|
| 18 |
|
| 19 |
HEALTHCHECK CMD curl --fail http://localhost:8501/_stcore/health
|
| 20 |
|
| 21 |
+
ENTRYPOINT ["streamlit", "run", "src/streamlit_app.py", "--server.port=8501", "--server.address=0.0.0.0", "--theme.base=light", "--browser.gatherUsageStats=False"]
|