Skip to content

Commit

Permalink
might work
Browse files Browse the repository at this point in the history
  • Loading branch information
vnm-neurodesk committed Dec 5, 2024
1 parent b27b8ad commit f1dad95
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion recipes/nighres/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,10 @@ neurodocker generate ${neurodocker_buildMode} \
--env JCC_JDK=/opt/jdk-temurin-20.0.1 \
--env JAVAHOME=/opt/jdk-temurin-20.0.1 \
--env PATH='$PATH':/opt/jdk-temurin-20.0.1/bin \
--run="pipx install JCC nipype pandas nilearn" \
--run="python3 -m venv /opt/python-venv/" \
--env PATH=/opt/python-venv/bin:'$PATH' \
--run="pip install nipype pandas nilearn JCC matplotlib" \
--run="python3 -m pip install --upgrade setuptools wheel " \
--workdir /opt \
--run="git clone https://github.com/nighres/nighres.git \
&& cd nighres \
Expand Down

0 comments on commit f1dad95

Please sign in to comment.