Skip to content
This repository has been archived by the owner on Apr 19, 2023. It is now read-only.

Commit

Permalink
Merge pull request #437 from a3sha2/master
Browse files Browse the repository at this point in the history
change nilearn version
  • Loading branch information
a3sha2 committed Mar 22, 2021
2 parents 757e6af + 3615346 commit 7114d84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ RUN conda install -y python=3.7.1 \
conda build purge-all; sync && \
conda clean -tipsy && sync

RUN pip install --no-cache-dir nipype nibabel niworkflows nilearn==0.6.0 matplotlib
RUN pip install --no-cache-dir numpy pandas traits scikit-learn
RUN pip install --no-cache-dir nipype nibabel niworkflows nilearn matplotlib
RUN rm -rf ~/.cache/pip/* && sync
RUN apt-get update

Expand Down

0 comments on commit 7114d84

Please sign in to comment.