File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1
1
# Generated by Neurodocker version 0.4.1-22-g7c44e01
2
- # Timestamp: 2018-10-10 17:39:05 UTC
2
+ # Timestamp: 2018-10-10 18:29:21 UTC
3
3
#
4
4
# Thank you for using Neurodocker. If you discover any issues
5
5
# or ways to improve this software, please submit an issue or
@@ -166,7 +166,7 @@ RUN chown -R neuro /home/neuro/nipype_tutorial
166
166
167
167
RUN rm -rf /opt/conda/pkgs/*
168
168
169
- ENV LD_LIBRARY_PATH="/lib/x86_64-linux-gnu :$LD_LIBRARY_PATH"
169
+ ENV LD_LIBRARY_PATH="/opt/miniconda-latest/envs/neuro/lib :$LD_LIBRARY_PATH"
170
170
171
171
USER neuro
172
172
@@ -305,7 +305,7 @@ RUN echo '{ \
305
305
\n [ \
306
306
\n "env", \
307
307
\n { \
308
- \n "LD_LIBRARY_PATH": "/lib/x86_64-linux-gnu :$LD_LIBRARY_PATH" \
308
+ \n "LD_LIBRARY_PATH": "/opt/miniconda-latest/envs/neuro/lib :$LD_LIBRARY_PATH" \
309
309
\n } \
310
310
\n ], \
311
311
\n [ \
Original file line number Diff line number Diff line change 1
1
# Generated by Neurodocker version 0.4.1-22-g7c44e01
2
- # Timestamp: 2018-10-10 17:39:06 UTC
2
+ # Timestamp: 2018-10-10 18:29:22 UTC
3
3
#
4
4
# Thank you for using Neurodocker. If you discover any issues
5
5
# or ways to improve this software, please submit an issue or
@@ -297,7 +297,7 @@ echo '{
297
297
\n [
298
298
\n "env",
299
299
\n {
300
- \n "LD_LIBRARY_PATH": "/lib/x86_64-linux-gnu :$LD_LIBRARY_PATH"
300
+ \n "LD_LIBRARY_PATH": "/opt/miniconda-latest/envs/neuro/lib :$LD_LIBRARY_PATH"
301
301
\n }
302
302
\n ],
303
303
\n [
@@ -324,7 +324,7 @@ export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:/usr/lib/x86_64-linux-gnu:/opt/matlabmc
324
324
export MATLABCMD=" /opt/matlabmcr-2010a/v713/toolbox/matlab"
325
325
export CONDA_DIR=" /opt/miniconda-latest"
326
326
export PATH=" /opt/miniconda-latest/bin:$PATH "
327
- export LD_LIBRARY_PATH=" /lib/x86_64-linux-gnu :$LD_LIBRARY_PATH "
327
+ export LD_LIBRARY_PATH=" /opt/miniconda-latest/envs/neuro/lib :$LD_LIBRARY_PATH "
328
328
329
329
% files
330
330
. /home/neuro/nipype_tutorial
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ generate_docker() {
33
33
--user=root \
34
34
--run ' chown -R neuro /home/neuro/nipype_tutorial' \
35
35
--run ' rm -rf /opt/conda/pkgs/*' \
36
- --env LD_LIBRARY_PATH=' /lib/x86_64-linux-gnu :$LD_LIBRARY_PATH' \
36
+ --env LD_LIBRARY_PATH=' /opt/miniconda-latest/envs/neuro/lib :$LD_LIBRARY_PATH' \
37
37
--user=neuro \
38
38
--run ' mkdir -p ~/.jupyter && echo c.NotebookApp.ip = \"0.0.0.0\" > ~/.jupyter/jupyter_notebook_config.py' \
39
39
--workdir /home/neuro/nipype_tutorial \
@@ -71,7 +71,7 @@ generate_singularity() {
71
71
--user=root \
72
72
--run ' chown -R neuro /home/neuro/nipype_tutorial' \
73
73
--run ' rm -rf /opt/conda/pkgs/*' \
74
- --env LD_LIBRARY_PATH=' /lib/x86_64-linux-gnu :$LD_LIBRARY_PATH' \
74
+ --env LD_LIBRARY_PATH=' /opt/miniconda-latest/envs/neuro/lib :$LD_LIBRARY_PATH' \
75
75
--user=neuro \
76
76
--run ' mkdir -p ~/.jupyter && echo c.NotebookApp.ip = \"0.0.0.0\" > ~/.jupyter/jupyter_notebook_config.py' \
77
77
--workdir /home/neuro/nipype_tutorial
You can’t perform that action at this time.
0 commit comments