File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -9,12 +9,17 @@ RUN apt update && \
9
9
10
10
RUN apt install -y parallel python3 python3-pip tree curl unzip git jq python libgl-dev python-numpy
11
11
12
- RUN pip3 install numpy==1.23.0 nibabel==4.0.0 pandas==1.0.1 matplotlib pyyaml==5.4.1 pydicom==2.3.1 natsort pydeface && \
13
- pip3 install quickshear pypet2bids==1.3.9 mne mne-bids
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
+ pip3 install quickshear mne mne-bids
14
+
15
+ # Install pypet2bids
16
+ RUN git clone https://github.com/openneuropet/PET2BIDS && \
17
+ cd PET2BIDS && make installpoetry buildpackage installpackage
14
18
15
19
RUN apt-get install -y build-essential pkg-config cmake git pigz rename zstd libopenjp2-7 libgdcm-tools wget libopenblas-dev && \
16
20
apt-get clean -y && apt-get autoclean -y && apt-get autoremove -y
17
21
22
+
18
23
RUN touch /.pet2bidsconfig && chown 1001:1001 /.pet2bidsconfig
19
24
RUN echo "DEFAULT_METADATA_JSON=/usr/local/lib/python3.8/dist-packages/pypet2bids/template_json.json" > /.pet2bidsconfig
20
25
You can’t perform that action at this time.
0 commit comments