Skip to content

Commit 9537303

Browse files
committed
WIP: revert ld_library_paths to restart with issue
1 parent 00eff15 commit 9537303

File tree

3 files changed

+2
-19
lines changed

3 files changed

+2
-19
lines changed

Dockerfile

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Generated by Neurodocker version 0.4.1-22-g7c44e01
2-
# Timestamp: 2018-10-10 18:57:39 UTC
2+
# Timestamp: 2018-10-11 22:10: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
@@ -142,8 +142,6 @@ RUN export PATH="/opt/miniconda-latest/bin:$PATH" \
142142
&& sync \
143143
&& sed -i '$isource activate neuro' $ND_ENTRYPOINT
144144

145-
ENV LD_LIBRARY_PATH="/opt/miniconda-latest/envs/neuro/lib:$LD_LIBRARY_PATH"
146-
147145
RUN bash -c 'source activate neuro && jupyter nbextension enable exercise2/main && jupyter nbextension enable spellchecker/main'
148146

149147
USER root
@@ -252,12 +250,6 @@ RUN echo '{ \
252250
\n } \
253251
\n ], \
254252
\n [ \
255-
\n "env", \
256-
\n { \
257-
\n "LD_LIBRARY_PATH": "/opt/miniconda-latest/envs/neuro/lib:$LD_LIBRARY_PATH" \
258-
\n } \
259-
\n ], \
260-
\n [ \
261253
\n "run_bash", \
262254
\n "source activate neuro && jupyter nbextension enable exercise2/main && jupyter nbextension enable spellchecker/main" \
263255
\n ], \

Singularity

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Generated by Neurodocker version 0.4.1-22-g7c44e01
2-
# Timestamp: 2018-10-10 18:57:40 UTC
2+
# Timestamp: 2018-10-11 22:10:05 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
@@ -244,12 +244,6 @@ echo '{
244244
\n }
245245
\n ],
246246
\n [
247-
\n "env",
248-
\n {
249-
\n "LD_LIBRARY_PATH": "/opt/miniconda-latest/envs/neuro/lib:$LD_LIBRARY_PATH"
250-
\n }
251-
\n ],
252-
\n [
253247
\n "run_bash",
254248
\n "source activate neuro && jupyter nbextension enable exercise2/main && jupyter nbextension enable spellchecker/main"
255249
\n ],
@@ -324,7 +318,6 @@ export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:/usr/lib/x86_64-linux-gnu:/opt/matlabmc
324318
export MATLABCMD="/opt/matlabmcr-2010a/v713/toolbox/matlab"
325319
export CONDA_DIR="/opt/miniconda-latest"
326320
export PATH="/opt/miniconda-latest/bin:$PATH"
327-
export LD_LIBRARY_PATH="/opt/miniconda-latest/envs/neuro/lib:$LD_LIBRARY_PATH"
328321

329322
%files
330323
. /home/neuro/nipype_tutorial

generate.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ generate_docker() {
2121
nilearn datalad[full] nipy duecredit nbval" \
2222
create_env="neuro" \
2323
activate=True \
24-
--env LD_LIBRARY_PATH='/opt/miniconda-latest/envs/neuro/lib:$LD_LIBRARY_PATH' \
2524
--run-bash "source activate neuro && jupyter nbextension enable exercise2/main && jupyter nbextension enable spellchecker/main" \
2625
--user=root \
2726
--run 'mkdir /data && chmod 777 /data && chmod a+s /data' \
@@ -59,7 +58,6 @@ generate_singularity() {
5958
nilearn datalad[full] nipy duecredit nbval" \
6059
create_env="neuro" \
6160
activate=True \
62-
--env LD_LIBRARY_PATH='/opt/miniconda-latest/envs/neuro/lib:$LD_LIBRARY_PATH' \
6361
--run-bash "source activate neuro && jupyter nbextension enable exercise2/main && jupyter nbextension enable spellchecker/main" \
6462
--user=root \
6563
--run 'mkdir /data && chmod 777 /data && chmod a+s /data' \

0 commit comments

Comments
 (0)