Skip to content

Commit 0fd7bde

Browse files
committed
do not change dockerfile
1 parent 1ee672b commit 0fd7bde

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Dockerfile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -160,9 +160,7 @@ RUN echo "${VERSION}" > /root/src/fmriprep/fmriprep/VERSION && \
160160
rm -rf ~/.cache/pip
161161

162162
RUN ldconfig
163-
WORKDIR /scratch
164-
RUN chmod 777 /scratch
165-
163+
WORKDIR /tmp/
166164
ENTRYPOINT ["/usr/local/miniconda/bin/fmriprep"]
167165

168166
ARG BUILD_DATE

0 commit comments

Comments
 (0)