From 89d3d19e6c5f86d8eeda53192fde30c2f3af6dbe Mon Sep 17 00:00:00 2001 From: Five Grant <5@fivegrant.com> Date: Wed, 13 Sep 2023 11:02:57 -0500 Subject: [PATCH] Disable telemetry --- .streamlit/config.toml | 2 ++ Dockerfile | 1 + 2 files changed, 3 insertions(+) create mode 100644 .streamlit/config.toml diff --git a/.streamlit/config.toml b/.streamlit/config.toml new file mode 100644 index 0000000..b690b74 --- /dev/null +++ b/.streamlit/config.toml @@ -0,0 +1,2 @@ +[browser] +gatherUsageStats = false \ No newline at end of file diff --git a/Dockerfile b/Dockerfile index 4772e5b..cf53b37 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,6 +10,7 @@ COPY dashboard dashboard RUN poetry install +COPY .streamlit .streamlit ENV AWS_ACCESS_KEY_ID notprovided ENV AWS_SECRET_ACCESS_KEY notprovided ENV BUCKET notprovided