Skip to content

Commit

Permalink
Disable telemetry
Browse files Browse the repository at this point in the history
  • Loading branch information
fivegrant committed Sep 13, 2023
1 parent ae8e665 commit 89d3d19
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .streamlit/config.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[browser]
gatherUsageStats = false
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 89d3d19

Please sign in to comment.