Skip to content

Commit 34a702a

Browse files
committed
Updated the dockerfile to reflect the changes in the package
1 parent aa9aea2 commit 34a702a

1 file changed

Lines changed: 6 additions & 9 deletions

File tree

Dockerfile

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,13 @@ ENV LANG C.UTF-8
1313
# See: https://github.com/Docker-Hub-frolvlad/docker-alpine-python3/pull/13
1414
ENV PYTHONUNBUFFERED=1
1515

16-
# build and install numpy, scipy, mne, bids_validator and pymef
16+
# build and install dependencies
1717
RUN pip3 install --upgrade pip \
18-
&& pip3 install numpy==1.22.3 \
19-
&& pip3 install scipy==1.8.0 \
20-
&& pip3 install pandas==1.4.2 \
21-
&& pip3 install matplotlib==3.5.1 \
22-
&& pip3 install mne==1.0.2 \
23-
&& pip3 install bids_validator==1.9.3 \
24-
&& pip3 install psutil==5.9.0 \
25-
&& pip3 install pymef \
18+
&& pip3 install numpy==1.24.2 \
19+
&& pip3 install scipy==1.10.1 \
20+
&& pip3 install matplotlib==3.7.1 \
21+
&& pip3 install ieegprep==1.1.0 \
22+
&& pip3 install bids_validator==1.11.0 \
2623
&& rm -r /root/.cache
2724

2825
#

0 commit comments

Comments
 (0)