We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3848d22 commit dba720bCopy full SHA for dba720b
Dockerfile
@@ -151,7 +151,7 @@ COPY . /src/niworkflows/
151
ARG VERSION
152
RUN echo "${VERSION}" > /src/niworkflows/niworkflows/VERSION && \
153
echo "include niworkflows/VERSION" >> /src/niworkflows/MANIFEST.in && \
154
- pip install --no-cache-dir -e .[all] && \
+ pip install --no-cache-dir -r requirements.txt -e .[all] && \
155
rm -rf $HOME/.cache/pip
156
157
COPY docker/files/nipype.cfg /home/niworkflows/.nipype/nipype.cfg
0 commit comments