Installing Mito in a Docker Container
Step by step instructions for installing Mito with a Docker file.
Before Installing Mito
Verify that the docker image is using Python 3.7 or greater.
Ensure that the docker image can use classic Jupyter Notebooks or JupyterLab 4.x.
Installing Mito
Add the following command to your docker file:
Then, after you launch this container, you can run a classic Jupyter Notebook or JupyterLab instance and create a mitosheet with the following standard instructions.
Creating a MitosheetLast updated