Skip to content

Commit 256e386

Browse files
committed
chore(docker): chmod after creating .cache directory
1 parent 82837d9 commit 256e386

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,10 +80,11 @@ FROM ${BASE_IMAGE} AS base
8080
RUN useradd -m -s /bin/bash -G users fmriprep
8181
WORKDIR /home/fmriprep
8282
ENV HOME="/home/fmriprep"
83-
RUN chmod -R go=u $HOME
8483

8584
COPY --link --from=templates /templateflow /home/fmriprep/.cache/templateflow
8685

86+
RUN chmod -R go=u $HOME
87+
8788
# Unless otherwise specified each process should only use one thread - nipype
8889
# will handle parallelization
8990
ENV MKL_NUM_THREADS=1 \

0 commit comments

Comments
 (0)