A collection of containers for single-cell analyses conducted at the Schillerlab.
docker build -t schillerlab/sc-container:latest
- Start the container
docker run -it -p 8888:8888 schillerlab/sc-container:latest /bin/bash - Run bash start.sh
To run the container with root rights add -e GRANT_SUDO=yes --user root to the run commands.