Skip to content

Commit 06fc7fd

Browse files
committed
cleanup
1 parent 075e953 commit 06fc7fd

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.dockerignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,4 @@ fmriprep.egg-info
1414
.eggs
1515

1616
.pixi
17+
.tox

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ 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+
ENV TEMPLATEFLOW_HOME="/home/fmriprep/.cache/templateflow"
8384

8485
COPY --link --from=templates /templateflow /home/fmriprep/.cache/templateflow
8586

0 commit comments

Comments
 (0)