Skip to content

Commit 1aaded0

Browse files
committed
FIX: tackles circleci error in advanced_create_interfaces.ipynb
1 parent 0ee7d4e commit 1aaded0

File tree

3 files changed

+11
-7
lines changed

3 files changed

+11
-7
lines changed

Dockerfile

Lines changed: 4 additions & 2 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 14:58:37 UTC
2+
# Timestamp: 2018-10-04 21:51:14 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,6 +58,7 @@ RUN apt-get update -qq \
5858
git-annex-remote-rclone \
5959
octave \
6060
netbase \
61+
libgfortran3:i386 \
6162
&& apt-get clean \
6263
&& rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
6364

@@ -200,7 +201,8 @@ RUN echo '{ \
200201
\n "tig", \
201202
\n "git-annex-remote-rclone", \
202203
\n "octave", \
203-
\n "netbase" \
204+
\n "netbase", \
205+
\n "libgfortran3:i386" \
204206
\n ] \
205207
\n ], \
206208
\n [ \

Singularity

Lines changed: 5 additions & 3 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 14:58:39 UTC
2+
# Timestamp: 2018-10-04 21:51:15 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,7 +52,8 @@ apt-get install -y -q --no-install-recommends \
5252
tig \
5353
git-annex-remote-rclone \
5454
octave \
55-
netbase
55+
netbase \
56+
libgfortran3:i386
5657
apt-get clean
5758
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
5859

@@ -194,7 +195,8 @@ echo '{
194195
\n "tig",
195196
\n "git-annex-remote-rclone",
196197
\n "octave",
197-
\n "netbase"
198+
\n "netbase",
199+
\n "libgfortran3:i386"
198200
\n ]
199201
\n ],
200202
\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 \
12+
tig git-annex-remote-rclone octave netbase libgfortran3:i386 \
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 \
49+
tig git-annex-remote-rclone octave netbase libgfortran3:i386 \
5050
--add-to-entrypoint "source /etc/fsl/fsl.sh" \
5151
--spm12 version=r7219 \
5252
--user=neuro \

0 commit comments

Comments
 (0)