Select Git revision
Forked from
SC Recipe Book / AI Recipes / singularity_docker_jupyter
11 commits behind the upstream repository.

Stefan Kesselheim authored
Dockerfile 156 B
from ubuntu:20.04
run apt-get update
run apt-get install -y python3-dev python3-pip python3-venv
run pip3 install --upgrade pip
run pip3 install jupyter