Skip to content

Commit 27b350b

Browse files
committed
Fix FSL atlas paths
1 parent 8714f10 commit 27b350b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/Dockerfiles/FSL.5.0.10-bionic.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,4 +62,4 @@ COPY --from=FSL /usr/lib/ /usr/lib/
6262
COPY --from=FSL /lib/x86_64-linux-gnu/lib*so* /lib/x86_64-linux-gnu/
6363
# install C-PAC resources into FSL
6464
COPY --from=data /fsl_data/standard /usr/share/fsl/5.0/data/standard
65-
COPY --from=data /fsl_data/atlases fsl_data/atlases
65+
COPY --from=data /fsl_data/atlases /usr/share/fsl/5.0/data/atlases

.github/Dockerfiles/FSL.5.0.9-5.neurodebian-xenial.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,4 +67,4 @@ COPY --from=FSL /usr/share/doc/fsl-mni152-templates /usr/share/doc/fsl-mni152-te
6767
COPY --from=FSL /usr/share/fsl /usr/share/fsl
6868
# install C-PAC resources into FSL
6969
COPY --from=data /fsl_data/standard /usr/share/fsl/5.0/data/standard
70-
COPY --from=data /fsl_data/atlases fsl_data/atlases
70+
COPY --from=data /fsl_data/atlases /usr/share/fsl/5.0/data/atlases

.github/Dockerfiles/FSL.6.0.6.4-Python3.10-bionic.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,4 +68,4 @@ COPY --from=FSL /usr/share/fsl /usr/share/fsl
6868
COPY --from=FSL /lib/x86_64-linux-gnu/lib*so* /lib/x86_64-linux-gnu/
6969
# install C-PAC resources into FSL
7070
COPY --from=data /fsl_data/standard /usr/share/fsl/6.0/data/standard
71-
COPY --from=data /fsl_data/atlases fsl_data/atlases
71+
COPY --from=data /fsl_data/atlases /usr/share/fsl/6.0/data/atlases

0 commit comments

Comments
 (0)