Skip to content

Commit c7bb067

Browse files
rc3
1 parent e3409e3 commit c7bb067

5 files changed

Lines changed: 6 additions & 5 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
12+
FROM macatools/macapype_env:v0.3.1
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.2.2
12+
FROM macatools/macapype_env:v0.3
1313

1414
USER root
1515

Dockerfile_macapype_env_nomcr

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,8 @@ RUN wget https://fsl.fmrib.ox.ac.uk/fsldownloads/fslconda/releases/fslinstaller.
209209
RUN python -m pip install readline
210210
RUN python ./fslinstaller.py -d /usr/local/fsl/
211211

212-
ENTRYPOINT [ "sh", "-c", ". /usr/local/fsl/etc/fslconf/fsl.sh && /bin/bash" ]
212+
ENV PATH="${PATH}:${FSLDIR}/bin"
213+
#ENTRYPOINT [ "sh", "-c", ". /usr/local/fsl/etc/fslconf/fsl.sh && /bin/bash" ]
213214

214215
################################################## Finishing
215216
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
12+
FROM macatools/macapype_env:v0.3.1
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-rc2'
1+
__version__ = '0.5.11-rc3'

0 commit comments

Comments
 (0)