Deploying Mito for Streamlit in a Docker Image
A Step-by-step guide to deploying Mito for Streamlit in a Docker Image.
Deploying Mito for Streamlit on a Docker Image
Updating the MITO_CONFIG_HOME_FOLDER
MITO_CONFIG_HOME_FOLDERimport os
os.environ['MITO_CONFIG_VERSION'] = '2'
os.environ['MITO_CONFIG_HOME_FOLDER'] = '/path/to/folder/you/have/permissions/on'Last updated
Was this helpful?