Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions generate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ generate_docker() {
--miniconda \
conda_install="python=3.8 pytest jupyter jupyterlab jupyter_contrib_nbextensions
traits pandas matplotlib scikit-learn scikit-image seaborn nbformat nb_conda" \
pip_install="https://github.com/nipy/nipype/tarball/master
pip_install="git+https://github.com/nipy/nipype.git@rel/1.8.3
pybids==0.13.1
nilearn datalad[full] nipy duecredit nbval niflow-nipype1-workflows" \
create_env="neuro" \
Expand Down Expand Up @@ -54,9 +54,9 @@ generate_singularity() {
--user=neuro \
--workdir /home/neuro \
--miniconda \
conda_install="python=3.7 pytest jupyter jupyterlab jupyter_contrib_nbextensions
conda_install="python=3.8 pytest jupyter jupyterlab jupyter_contrib_nbextensions
traits pandas matplotlib scikit-learn scikit-image seaborn nbformat nb_conda" \
pip_install="https://github.com/nipy/nipype/tarball/master
pip_install="git+https://github.com/nipy/nipype.git@rel/1.8.3
pybids==0.13.1
nilearn datalad[full] nipy duecredit nbval niflow-nipype1-workflows" \
create_env="neuro" \
Expand Down