Skip to content
Snippets Groups Projects
Select Git revision
  • af323726801d1c0fb1b44e51d17e60a491b701da
  • main default protected
2 results

Dockerfile

Blame
  • Stefan Kesselheim's avatar
    Stefan Kesselheim authored
    af323726
    History
    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