Skip to content
This repository was archived by the owner on Dec 27, 2022. It is now read-only.

Commit b4e589a

Browse files
committed
fix: installed dmriprep into the right python env
1 parent be5e92e commit b4e589a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile-dmriprep

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ FROM dmriprep:dev
22

33
ADD . /dmriprep
44
WORKDIR /dmriprep
5-
RUN python /dmriprep/setup.py install
5+
RUN /neurodocker/startup.sh python /dmriprep/setup.py install

0 commit comments

Comments
 (0)