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.
1 parent a0b2215 commit a4677feCopy full SHA for a4677fe
.github/Dockerfiles/FSL.data.Dockerfile
@@ -4,7 +4,7 @@ USER root
4
5
# install CPAC resources into FSL
6
COPY dev/docker_data/checksum/FSL.data.sha384 /tmp/checksum.sha384
7
-RUN mkdir -p /fsl_data/atlases/HarvordOxford fsl_data/standard/tissuepriors \
+RUN mkdir -p /fsl_data/atlases/HarvardOxford fsl_data/standard/tissuepriors \
8
&& curl -sL http://fcon_1000.projects.nitrc.org/indi/cpac_resources.tar.gz -o /tmp/cpac_resources.tar.gz \
9
&& sha384sum --check /tmp/checksum.sha384 \
10
&& tar xfz /tmp/cpac_resources.tar.gz -C /tmp \
0 commit comments