-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5f593f5
commit 6d40956
Showing
3 changed files
with
43 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -46,10 +46,9 @@ docker run --rm ${image} generate docker \ | |
--base ubuntu:xenial \ | ||
--pkg-manager apt \ | ||
--install tcsh bc tar libgomp1 perl-modules wget curl \ | ||
python3 python3-pip python3-pandas python-pip python3-setuptools \ | ||
libsm-dev libx11-dev libxt-dev libxext-dev libglu1-mesa \ | ||
--freesurfer version=6.0.1 install_path=/opt/freesurfer \ | ||
--run-bash 'pip3 install nibabel pandas==0.21.0' \ | ||
--miniconda use_env=base conda_install="python=3 pip pandas setuptools pandas=0.21.0" pip_install="nibabel" \ | ||
--run-bash 'curl -sL https://deb.nodesource.com/setup_6.x | bash -' \ | ||
--install nodejs \ | ||
--run-bash 'npm install -g [email protected]' \ | ||
|
@@ -80,10 +79,9 @@ docker run --rm ${image} generate singularity \ | |
--base ubuntu:xenial \ | ||
--pkg-manager apt \ | ||
--install tcsh bc tar libgomp1 perl-modules wget curl \ | ||
python3 python3-pip python3-pandas python-pip python3-setuptools \ | ||
libsm-dev libx11-dev libxt-dev libxext-dev libglu1-mesa \ | ||
--freesurfer version=6.0.1 install_path=/opt/freesurfer \ | ||
--run-bash 'pip3 install nibabel pandas==0.21.0' \ | ||
--miniconda use_env=base conda_install="python=3 pip pandas setuptools pandas=0.21.0" pip_install="nibabel" \ | ||
--run-bash 'curl -sL https://deb.nodesource.com/setup_6.x | bash -' \ | ||
--install nodejs \ | ||
--run-bash 'npm install -g [email protected]' \ | ||
|