Image for Reproducible Python (https://github.com/trallard/ReproduciblePython)
165
Neurodocker command used to generate Dockerfile
docker run --rm kaczmarj/neurodocker:master generate docker
--base neurodebian:stretch-non-free
--pkg-manager apt
--install git git-annex-standalone git-annex-remote-rclone vim emacs-nox nano
--user=repropython
--miniconda
env_name="repropython"
conda_install="python=3.6 pytest jupyter jupyterlab cookiecutter numpy
pandas matplotlib"
pip_install="nbval nbdime recipy jupyter-repo2docker datalad"
activate=true
--run 'mkdir -p ~/.jupyter && echo c.NotebookApp.ip = "0.0.0.0" > ~/.jupyter/jupyter_notebook_config.py'
--user=root
--run 'mkdir /ReproduciblePython && chmod 777 /ReproduciblePython && chmod a+s /ReproduciblePython'
--run 'rm -rf /opt/miniconda-latest/pkgs/*'
--user=repropython
--workdir /home/repropython
--cmd jupyter-lab > Dockerfile
Content type
Image
Digest
Size
694.4 MB
Last updated
over 8 years ago
docker pull djarecka/repropython