We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
infant_recon_all
1 parent d898bf0 commit 130dcf3Copy full SHA for 130dcf3
Dockerfile
@@ -216,7 +216,7 @@ RUN apt update && \
216
&& rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* \
217
&& echo "Downloading FreeSurfer + InfantFS" \
218
&& mkdir -p /opt/freesurfer \
219
- && curl -fSLO --retry 5 https://github.com/nipreps-containers/freesurfer/releases/download/infant-min-4a14499/infant-freesurfer_dev-4a14499-min.zip \
+ && curl -fSLO --retry 5 https://github.com/nipreps-containers/freesurfer/releases/download/infant-min-4a14499-fix/infant-freesurfer_dev-4a14499-min.zip \
220
&& unzip infant-freesurfer_dev-4a14499-min.zip -d /opt \
221
&& rm infant-freesurfer_dev-4a14499-min.zip
222
ENV FREESURFER_HOME="/opt/freesurfer"
0 commit comments