Verify that the docker image is using Python 3.7 or greater.
2.
Ensure that the docker image can use classic Jupyter Notebooks or JupyterLab 3.x.
Installing Mito
Add the following command to your docker file:
1
RUN pip install --no-cache-dir mitosheet
2
RUN jupyter nbextension install mitosheet
3
RUN jupyter nbextension enable mitosheet
Copied!
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.