File tree Expand file tree Collapse file tree 4 files changed +2
-153
lines changed Expand file tree Collapse file tree 4 files changed +2
-153
lines changed Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
# Generated by Neurodocker version 0.4.1
2
- # Timestamp: 2018-08-22 14:03:54 UTC
2
+ # Timestamp: 2018-08-23 13:33:48 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
@@ -158,9 +158,7 @@ RUN bash -c 'source /opt/miniconda-latest/etc/profile.d/conda.sh && \
158
158
conda activate mb && \
159
159
git clone https://github.com/nipy/mindboggle.git && \
160
160
cd /opt/mindboggle && \
161
- git checkout edf95a3 && \
162
161
python setup.py install && \
163
- sed -i "s/7.0/8.1/g" vtk_cpp_tools/CMakeLists.txt && \
164
162
mkdir /opt/vtk_cpp_tools && \
165
163
cd /opt/vtk_cpp_tools && \
166
164
cmake /opt/mindboggle/vtk_cpp_tools && \
@@ -263,7 +261,7 @@ RUN echo '{ \
263
261
\n ], \
264
262
\n [ \
265
263
\n "run_bash", \
266
- \n "source /opt/miniconda-latest/etc/profile.d/conda.sh && \\\\ n conda activate mb && \\\\ n git clone https://github.com/nipy/mindboggle.git && \\\\ n cd /opt/mindboggle && \\\\ n git checkout edf95a3 && \\\\ n python setup.py install && \\\\ n sed -i \" s/7.0/8.1/g \" vtk_cpp_tools/CMakeLists.txt && \\\\ n mkdir /opt/vtk_cpp_tools && \\\\ n cd /opt/vtk_cpp_tools && \\\\ n cmake /opt/mindboggle/vtk_cpp_tools && \\\\ n make" \
264
+ \n "source /opt/miniconda-latest/etc/profile.d/conda.sh && \\\\ n conda activate mb && \\\\ n git clone https://github.com/nipy/mindboggle.git && \\\\ n cd /opt/mindboggle && \\\\ n python setup.py install && \\\\ n mkdir /opt/vtk_cpp_tools && \\\\ n cd /opt/vtk_cpp_tools && \\\\ n cmake /opt/mindboggle/vtk_cpp_tools && \\\\ n make" \
267
265
\n ], \
268
266
\n [ \
269
267
\n "env", \
Original file line number Diff line number Diff line change @@ -32,9 +32,7 @@ docker run --rm kaczmarj/neurodocker:0.4.1 generate docker \
32
32
conda activate mb && \
33
33
git clone https://github.com/nipy/mindboggle.git && \
34
34
cd /opt/mindboggle && \
35
- git checkout edf95a3 && \
36
35
python setup.py install && \
37
- sed -i "s/7.0/8.1/g" vtk_cpp_tools/CMakeLists.txt && \
38
36
mkdir /opt/vtk_cpp_tools && \
39
37
cd /opt/vtk_cpp_tools && \
40
38
cmake /opt/mindboggle/vtk_cpp_tools && \
You can’t perform that action at this time.
0 commit comments