Skip to content

Commit dba720b

Browse files
committed
DOCKER: Install pip-compiled requirements before niworkflows
1 parent 3848d22 commit dba720b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ COPY . /src/niworkflows/
151151
ARG VERSION
152152
RUN echo "${VERSION}" > /src/niworkflows/niworkflows/VERSION && \
153153
echo "include niworkflows/VERSION" >> /src/niworkflows/MANIFEST.in && \
154-
pip install --no-cache-dir -e .[all] && \
154+
pip install --no-cache-dir -r requirements.txt -e .[all] && \
155155
rm -rf $HOME/.cache/pip
156156

157157
COPY docker/files/nipype.cfg /home/niworkflows/.nipype/nipype.cfg

0 commit comments

Comments
 (0)