Skip to content

Commit 12dee09

Browse files
committed
copy fmriprep.egg-info to temporary location
1 parent 448ecb0 commit 12dee09

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile_devel

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ RUN apt-get update &&\
1111
ENV PYTHONNOUSERSITE=0
1212

1313
RUN cd /src/fmriprep &&\
14-
pip install --no-use-pep517 -e .[all]
14+
pip install --no-use-pep517 -e .[all] &&\
15+
cp -R /src/fmriprep/fmriprep.egg-info /src/
1516

1617
# create freesurfer license
1718
RUN cd /tmp &&\

0 commit comments

Comments
 (0)