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 82837d9 commit 256e386Copy full SHA for 256e386
Dockerfile
@@ -80,10 +80,11 @@ FROM ${BASE_IMAGE} AS base
80
RUN useradd -m -s /bin/bash -G users fmriprep
81
WORKDIR /home/fmriprep
82
ENV HOME="/home/fmriprep"
83
-RUN chmod -R go=u $HOME
84
85
COPY --link --from=templates /templateflow /home/fmriprep/.cache/templateflow
86
+RUN chmod -R go=u $HOME
87
+
88
# Unless otherwise specified each process should only use one thread - nipype
89
# will handle parallelization
90
ENV MKL_NUM_THREADS=1 \
0 commit comments