Skip to content

Commit 3997510

Browse files
committed
FIX: revert libgfortran3 installation
1 parent 1aaded0 commit 3997510

File tree

3 files changed

+7
-11
lines changed

3 files changed

+7
-11
lines changed

Dockerfile

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Generated by Neurodocker version 0.4.2-dev
2-
# Timestamp: 2018-10-04 21:51:14 UTC
2+
# Timestamp: 2018-10-05 09:48:03 UTC
33
#
44
# Thank you for using Neurodocker. If you discover any issues
55
# or ways to improve this software, please submit an issue or
@@ -58,7 +58,6 @@ RUN apt-get update -qq \
5858
git-annex-remote-rclone \
5959
octave \
6060
netbase \
61-
libgfortran3:i386 \
6261
&& apt-get clean \
6362
&& rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
6463

@@ -201,8 +200,7 @@ RUN echo '{ \
201200
\n "tig", \
202201
\n "git-annex-remote-rclone", \
203202
\n "octave", \
204-
\n "netbase", \
205-
\n "libgfortran3:i386" \
203+
\n "netbase" \
206204
\n ] \
207205
\n ], \
208206
\n [ \

Singularity

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Generated by Neurodocker version 0.4.2-dev
2-
# Timestamp: 2018-10-04 21:51:15 UTC
2+
# Timestamp: 2018-10-05 09:48:04 UTC
33
#
44
# Thank you for using Neurodocker. If you discover any issues
55
# or ways to improve this software, please submit an issue or
@@ -52,8 +52,7 @@ apt-get install -y -q --no-install-recommends \
5252
tig \
5353
git-annex-remote-rclone \
5454
octave \
55-
netbase \
56-
libgfortran3:i386
55+
netbase
5756
apt-get clean
5857
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
5958

@@ -195,8 +194,7 @@ echo '{
195194
\n "tig",
196195
\n "git-annex-remote-rclone",
197196
\n "octave",
198-
\n "netbase",
199-
\n "libgfortran3:i386"
197+
\n "netbase"
200198
\n ]
201199
\n ],
202200
\n [

generate.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ generate_docker() {
99
--pkg-manager apt \
1010
--install convert3d ants fsl gcc g++ graphviz tree \
1111
git-annex-standalone vim emacs-nox nano less ncdu \
12-
tig git-annex-remote-rclone octave netbase libgfortran3:i386 \
12+
tig git-annex-remote-rclone octave netbase \
1313
--add-to-entrypoint "source /etc/fsl/fsl.sh" \
1414
--spm12 version=r7219 \
1515
--user=neuro \
@@ -46,7 +46,7 @@ generate_singularity() {
4646
--pkg-manager apt \
4747
--install convert3d ants fsl gcc g++ graphviz tree \
4848
git-annex-standalone vim emacs-nox nano less ncdu \
49-
tig git-annex-remote-rclone octave netbase libgfortran3:i386 \
49+
tig git-annex-remote-rclone octave netbase \
5050
--add-to-entrypoint "source /etc/fsl/fsl.sh" \
5151
--spm12 version=r7219 \
5252
--user=neuro \

0 commit comments

Comments
 (0)