Skip to content

Commit faeb2c8

Browse files
committed
FSL atlas dir permissions
1 parent 27b350b commit faeb2c8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/Dockerfiles/FSL.data.Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ RUN mkdir -p /fsl_data/atlases/HarvordOxford fsl_data/standard/tissuepriors \
1414
&& cp -n /tmp/cpac_image_resources/HarvardOxford-lateral-ventricles-thr25-2mm.nii.gz /fsl_data/atlases/HarvardOxford \
1515
&& cp -nr /tmp/cpac_image_resources/tissuepriors/2mm /fsl_data/standard/tissuepriors \
1616
&& cp -nr /tmp/cpac_image_resources/tissuepriors/3mm /fsl_data/standard/tissuepriors \
17-
&& chmod -R ugo+r /fsl_data/standard
17+
&& chmod -R ugo+r /fsl_data/standard \
18+
&& chmod -R ugo+r /fsl_data/atlases
1819

1920
FROM scratch
2021
LABEL org.opencontainers.image.description "NOT INTENDED FOR USE OTHER THAN AS A STAGE IMAGE IN A MULTI-STAGE BUILD \

0 commit comments

Comments
 (0)