Installing Mito in a Docker Container
Step by step instructions for installing Mito with a Docker file.
Before Installing Mito
Installing Mito
RUN pip install --no-cache-dir mitoExample
# Use the official Jupyter minimal notebook as the base image
FROM quay.io/jupyter/minimal-notebook:latest
# Install Python packages
RUN pip install --no-cache-dir mito-ai mitosheetBest practices
Creating a MitosheetLast updated
Was this helpful?