File tree Expand file tree Collapse file tree 3 files changed +2
-19
lines changed Expand file tree Collapse file tree 3 files changed +2
-19
lines changed Original file line number Diff line number Diff line change 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-
147145RUN bash -c 'source activate neuro && jupyter nbextension enable exercise2/main && jupyter nbextension enable spellchecker/main'
148146
149147USER 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 ], \
Original file line number Diff line number Diff line change 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
324318export MATLABCMD=" /opt/matlabmcr-2010a/v713/toolbox/matlab"
325319export CONDA_DIR=" /opt/miniconda-latest"
326320export 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
Original file line number Diff line number Diff 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' \
You can’t perform that action at this time.
0 commit comments