@@ -50,12 +50,6 @@ RUN apt-get update && \
50
50
unzip && \
51
51
apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
52
52
53
- # FreeSurfer 7.4.1
54
- # FROM downloader AS freesurfer
55
- # COPY docker/files/freesurfer7.4.1-exclude.txt /usr/local/etc/freesurfer7.4.1-exclude.txt
56
- # RUN curl -sSL https://surfer.nmr.mgh.harvard.edu/pub/dist/freesurfer/7.4.1/freesurfer-linux-ubuntu22_amd64-7.4.1.tar.gz \
57
- # | tar zxv --no-same-owner -C /opt --exclude-from=/usr/local/etc/freesurfer7.4.1-exclude.txt
58
-
59
53
# AFNI
60
54
FROM downloader AS afni
61
55
# Bump the date to current to update AFNI
@@ -76,16 +70,6 @@ RUN mkdir -p /opt/afni-latest \
76
70
-name "3dAutomask" -or \
77
71
\) -delete
78
72
79
- # PETPVC
80
- FROM downloader AS petpvc
81
- RUN apt-get update && \
82
- apt-get install -y --no-install-recommends ca-certificates curl libinsighttoolkit5.2 && \
83
- rm -rf /var/lib/apt/lists/* && \
84
- curl -fsSL https://github.com/UCL/PETPVC/releases/download/v1.2.10/PETPVC-1.2.10-Linux.tar.gz \
85
- | tar -xz -C /usr/local --strip-components=1 \
86
- PETPVC-1.2.10/bin PETPVC-1.2.10/parc && \
87
- rm -rf /tmp/* /var/tmp/*
88
-
89
73
# Micromamba
90
74
FROM downloader AS micromamba
91
75
@@ -168,7 +152,6 @@ RUN apt-get update -qq \
168
152
# Install files from stages
169
153
COPY --from=freesurfer/freesurfer:7.4.1 /usr/local/freesurfer /opt/freesurfer
170
154
COPY --from=afni /opt/afni-latest /opt/afni-latest
171
- COPY --from=petpvc /usr/local /usr/local
172
155
173
156
# Simulate SetUpFreeSurfer.sh
174
157
ENV OS="Linux" \
0 commit comments