Skip to content

Commit 8714f10

Browse files
committed
Copy cpac resources to FSL atlases directory
1 parent 6c28b22 commit 8714f10

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,3 +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

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,3 +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

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,3 +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

.github/Dockerfiles/FSL.data.Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,4 @@ FSL data"
2222
LABEL org.opencontainers.image.source https://github.com/FCP-INDI/C-PAC
2323

2424
COPY --from=FSL /fsl_data/standard fsl_data/standard
25+
COPY --from=FSL /fsl_data/atlases fsl_data/atlases

0 commit comments

Comments
 (0)