Skip to content

Commit 2613727

Browse files
committed
STY: Indentation, remove pydotplus
1 parent 1f01b96 commit 2613727

File tree

1 file changed

+50
-51
lines changed

1 file changed

+50
-51
lines changed

Dockerfile

Lines changed: 50 additions & 51 deletions
Original file line numberDiff line numberDiff line change
@@ -77,57 +77,56 @@ COPY condarc /root/.condarc
7777

7878
RUN ${CONDA_PATH}/bin/conda install \
7979
attrs=21.4 \
80-
codecov=2.1 \
81-
colorclass=2.2 \
82-
coverage=6.3 \
83-
curl=7.83 \
84-
datalad=0.16 \
85-
dipy=1.5 \
86-
flake8=4.0 \
87-
git=2.35 \
88-
graphviz=3.0 \
89-
h5py=3.6 \
90-
indexed_gzip=1.6 \
91-
jinja2=3.1 \
92-
libxml2=2.9 \
93-
libxslt=1.1 \
94-
lockfile=0.12 \
95-
matplotlib=3.5 \
96-
mkl=2022.1 \
97-
mkl-service=2.4 \
98-
nibabel=3.2 \
99-
nilearn=0.9 \
100-
nipype=1.8 \
101-
nitime=0.9 \
102-
nodejs=17.9 \
103-
numpy=1.22 \
104-
packaging=21.3 \
105-
pandas=1.4 \
106-
pandoc=2.18 \
107-
pbr=5.9 \
108-
pip=22.0 \
109-
pockets=0.9 \
110-
psutil=5.9 \
111-
pydot=1.4 \
112-
pydotplus=2.0 \
113-
pytest=7.1 \
114-
pytest-cov=3.0 \
115-
pytest-env=0.6 \
116-
pytest-xdist=2.5 \
117-
pyyaml=6.0 \
118-
requests=2.27 \
119-
scikit-image=0.19 \
120-
scikit-learn=1.1 \
121-
scipy=1.8 \
122-
seaborn=0.11 \
123-
setuptools=62.3 \
124-
sphinx=4.5 \
125-
sphinx_rtd_theme=1.0 \
126-
svgutils=0.3 \
127-
toml=0.10 \
128-
traits=6.3 \
129-
zlib=1.2 \
130-
zstd=1.5; sync && \
80+
codecov=2.1 \
81+
colorclass=2.2 \
82+
coverage=6.3 \
83+
curl=7.83 \
84+
datalad=0.16 \
85+
dipy=1.5 \
86+
flake8=4.0 \
87+
git=2.35 \
88+
graphviz=3.0 \
89+
h5py=3.6 \
90+
indexed_gzip=1.6 \
91+
jinja2=3.1 \
92+
libxml2=2.9 \
93+
libxslt=1.1 \
94+
lockfile=0.12 \
95+
matplotlib=3.5 \
96+
mkl=2022.1 \
97+
mkl-service=2.4 \
98+
nibabel=3.2 \
99+
nilearn=0.9 \
100+
nipype=1.8 \
101+
nitime=0.9 \
102+
nodejs=17.9 \
103+
numpy=1.22 \
104+
packaging=21.3 \
105+
pandas=1.4 \
106+
pandoc=2.18 \
107+
pbr=5.9 \
108+
pip=22.0 \
109+
pockets=0.9 \
110+
psutil=5.9 \
111+
pydot=1.4 \
112+
pytest=7.1 \
113+
pytest-cov=3.0 \
114+
pytest-env=0.6 \
115+
pytest-xdist=2.5 \
116+
pyyaml=6.0 \
117+
requests=2.27 \
118+
scikit-image=0.19 \
119+
scikit-learn=1.1 \
120+
scipy=1.8 \
121+
seaborn=0.11 \
122+
setuptools=62.3 \
123+
sphinx=4.5 \
124+
sphinx_rtd_theme=1.0 \
125+
svgutils=0.3 \
126+
toml=0.10 \
127+
traits=6.3 \
128+
zlib=1.2 \
129+
zstd=1.5; sync && \
131130
chmod -R a+rX ${CONDA_PATH}; sync && \
132131
chmod +x ${CONDA_PATH}/bin/*; sync && \
133132
${CONDA_PATH}/bin/conda clean -afy && sync && \

0 commit comments

Comments
 (0)