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 075e953 commit 06fc7fdCopy full SHA for 06fc7fd
.dockerignore
@@ -14,3 +14,4 @@ fmriprep.egg-info
14
.eggs
15
16
.pixi
17
+.tox
Dockerfile
@@ -80,6 +80,7 @@ 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
+ENV TEMPLATEFLOW_HOME="/home/fmriprep/.cache/templateflow"
84
85
COPY --link --from=templates /templateflow /home/fmriprep/.cache/templateflow
86
0 commit comments