Skip to content

Instantly share code, notes, and snippets.

@collinprather
Created March 14, 2020 21:58
Show Gist options
  • Save collinprather/04cd46fc405073f1a26c8f99e4240884 to your computer and use it in GitHub Desktop.
Save collinprather/04cd46fc405073f1a26c8f99e4240884 to your computer and use it in GitHub Desktop.
ENV LC_ALL=C.UTF-8
ENV LANG=C.UTF-8
RUN mkdir -p /root/.streamlit
RUN bash -c 'echo -e "\
[general]\n\
email = \"\"\n\
" > /root/.streamlit/credentials.toml'
RUN bash -c 'echo -e "\
[server]\n\
enableCORS = false\n\
" > /root/.streamlit/config.toml'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment