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 #351 from a3sha2/master
Browse files Browse the repository at this point in the history
Update Dockerfile
  • Loading branch information
a3sha2 committed Jun 27, 2020
2 parents 0e9e963 + 0b0e0d3 commit 3d217f1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ RUN export ND_ENTRYPOINT="/neurodocker/startup.sh" \
apt-utils \
bzip2 \
ca-certificates \
python3-dev \
gcc \
curl \
locales \
Expand Down Expand Up @@ -50,11 +51,7 @@ RUN conda install -y python=3.7.1 \
pip=19.1 \
mkl=2018.0.3 \
mkl-service \
numpy=1.15.4 \
scipy \
scikit-learn=0.19.1 \
matplotlib=2.2.2 \
pandas=0.23.4 \
libxml2=2.9.8 \
libxslt=1.1.32 \
zlib; sync && \
Expand All @@ -63,6 +60,9 @@ RUN conda install -y python=3.7.1 \
conda build purge-all; sync && \
conda clean -tipsy && sync

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

ENV FSLDIR="/opt/fsl-5.0.10" \
Expand Down

0 comments on commit 3d217f1

Please sign in to comment.