Skip to content

Commit 7af9f52

Browse files
rc6
1 parent 6236d8f commit 7af9f52

5 files changed

Lines changed: 16 additions & 8 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
#
1010
# Timestamp: 2020/12/02 18:33:44 UTC
1111

12-
FROM macatools/macapype_env:v0.3.1
12+
FROM macatools/macapype_env:v0.3.2
1313

1414
USER root
1515

Dockerfile_macapype_env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
#
1010
# Timestamp: 2020/12/02 18:33:44 UTC
1111

12-
FROM macatools/macapype_env:v0.3
12+
FROM macatools/macapype_env:v0.3.2
1313

1414
USER root
1515

Dockerfile_macapype_env_nomcr

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,13 +56,13 @@ RUN echo '{ \
5656
\n [ \
5757
\n "ants", \
5858
\n { \
59-
\n "version": "2.3.1" \
59+
\n "version": "2.4.3" \
6060
\n } \
6161
\n ], \
6262
\n [ \
6363
\n "fsl", \
6464
\n { \
65-
\n "version": "5.0.10" \
65+
\n "version": "6.0.7.17" \
6666
\n } \
6767
\n ], \
6868
\n [ \
@@ -198,6 +198,7 @@ RUN apt update -y && \
198198
apt install -y \
199199
wget \
200200
file \
201+
bc \
201202
dc \
202203
mesa-utils \
203204
pulseaudio \
@@ -209,8 +210,15 @@ RUN wget https://fsl.fmrib.ox.ac.uk/fsldownloads/fslconda/releases/fslinstaller.
209210
RUN python -m pip install readline
210211
RUN python ./fslinstaller.py -d /usr/local/fsl/
211212

212-
ENV PATH="${PATH}:${FSLDIR}/bin"
213-
#ENTRYPOINT [ "sh", "-c", ". /usr/local/fsl/etc/fslconf/fsl.sh && /bin/bash" ]
213+
ENV PATH="${PATH}:${FSLDIR}/bin"\
214+
FSLOUTPUTTYPE="NIFTI_GZ" \
215+
FSLMULTIFILEQUIT="TRUE" \
216+
FSLTCLSH="${FSLDIR}/bin/fsltclsh" \
217+
FSLWISH="${FSLDIR}/bin/fslwish" \
218+
FSLLOCKDIR="" \
219+
FSLMACHINELIST="" \
220+
FSLREMOTECALL="" \
221+
FSLGECUDAQ="cuda.q"
214222

215223
################################################## Finishing
216224
RUN apt-get clean \

Dockerfile_testpypi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
#
1010
# Timestamp: 2020/12/02 18:33:44 UTC
1111

12-
FROM macatools/macapype_env:v0.3.1
12+
FROM macatools/macapype_env:v0.3.2
1313

1414
USER root
1515

macapype/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '0.5.11-rc5'
1+
__version__ = '0.5.11-rc6'

0 commit comments

Comments
 (0)