Skip to content

Commit

Permalink
QSMxT: Switch FastSurfer to fixed fork
Browse files Browse the repository at this point in the history
  • Loading branch information
astewartau committed Oct 22, 2024
1 parent 438f2fa commit 2bb3b57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/qsmxt/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ neurodocker generate ${neurodocker_buildMode} \
&& nextqsm --download_weights" \
--env PATH="\${PATH}:/opt/miniconda-latest/bin" \
--run="pip install lapy==1.1.0 \
git clone --depth 1 --branch v1.1.1 https://github.com/Deep-MI/FastSurfer.git /opt/FastSurfer \
git clone --depth 1 --branch v1.1.1-2 https://github.com/astewartau/FastSurfer.git /opt/FastSurfer \
&& sed -i 's/cu113/cpu/g' /opt/FastSurfer/requirements.txt \
&& pip install -r /opt/FastSurfer/requirements.txt" \
--env FASTSURFER_HOME="/opt/FastSurfer" \
Expand Down

0 comments on commit 2bb3b57

Please sign in to comment.