File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ ENV DEBIAN_FRONTEND noninteractive
7
7
RUN apt update && \
8
8
apt-get update && apt-get upgrade -y
9
9
10
- RUN apt install -y parallel python3 python3-pip tree curl unzip git jq python libgl-dev python-numpy
10
+ RUN apt install -y parallel python3 python3-pip tree curl unzip git jq python libgl-dev python-numpy bc
11
11
12
12
RUN pip3 install numpy==1.23.0 nibabel==4.0.0 pandas matplotlib pyyaml==5.4.1 pydicom==2.3.1 natsort pydeface && \
13
13
pip3 install quickshear mne mne-bids
@@ -30,7 +30,9 @@ RUN echo "DEFAULT_METADATA_JSON=/usr/local/lib/python3.8/dist-packages/pypet2bid
30
30
31
31
RUN mkdir -p /usr/local/fsl && \
32
32
git clone https://github.com/dlevitas/FSL_binaries /usr/local/fsl && \
33
- rm -rf /usr/local/fsl/README.md
33
+ rm -rf /usr/local/fsl/README.md && \
34
+ mkdir -p /usr/local/fsl/data/standard && \
35
+ mv /usr/local/fsl/bin/MNI152_T1_2mm_brain.nii.gz /usr/local/fsl/data/standard
34
36
35
37
ENV FSLDIR=/usr/local/fsl
36
38
ENV PATH=$PATH:$FSLDIR/bin
You can’t perform that action at this time.
0 commit comments