-
Notifications
You must be signed in to change notification settings - Fork 13
/
Dockerfile
62 lines (52 loc) · 1.45 KB
/
Dockerfile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
# Generated by: Neurodocker version 0.7.0+15.ga4940e3.dirty
# Latest release: Neurodocker version 0.7.0
#
# Thank you for using Neurodocker. If you discover any issues
# or ways to improve this software, please submit an issue or
# pull request on our GitHub repository:
#
# https://github.com/ReproNim/neurodocker
#
# Timestamp: 2020/12/02 18:33:44 UTC
FROM macatools/macapype_env:v0.2.2-spm
USER root
ARG DEBIAN_FRONTEND="noninteractive"
MAINTAINER David Meunier "david.meunier@univ-amu.fr"
######################## Python packages
RUN apt-get update && apt-get install -y git libpng-dev libfreetype6-dev libxft-dev libblas-dev liblapack-dev libatlas-base-dev gfortran libxml2-dev libxslt1-dev wget graphviz
RUN python -m pip install xvfbwrapper \
psutil \
numpy \
scipy \
matplotlib \
statsmodels \
pandas \
networkx\
mock \
prov \
click \
funcsigs \
pydotplus \
pydot \
rdflib \
pbr \
nibabel==3.2.2 \
packaging \
pytest \
install \
graphviz \
pybids \
nipype \
nilearn \
scikit-image \
brain-slam
############################################# install macapype
RUN python -m pip install --pre macapype
RUN python -c "import macapype; print(macapype.__version__)"
################################################## Finishing
RUN apt-get clean \
&& rm -rf /var/lib/apt/lists/*
RUN rm -rf \
/tmp/hsperfdata* \
/var/*/apt/*/partial \
/var/log/apt/term*