Skip to content

Commit bef76b7

Browse files
committed
Create docker container from latest commit
1 parent f15ef95 commit bef76b7

File tree

4 files changed

+2
-153
lines changed

4 files changed

+2
-153
lines changed

DOTcircleci/config.yml

Lines changed: 0 additions & 95 deletions
This file was deleted.

DOTcircleci/requirements/dev.txt

Lines changed: 0 additions & 52 deletions
This file was deleted.

install/Dockerfile

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# 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
33
#
44
# Thank you for using Neurodocker. If you discover any issues
55
# 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 && \
158158
conda activate mb && \
159159
git clone https://github.com/nipy/mindboggle.git && \
160160
cd /opt/mindboggle && \
161-
git checkout edf95a3 && \
162161
python setup.py install && \
163-
sed -i "s/7.0/8.1/g" vtk_cpp_tools/CMakeLists.txt && \
164162
mkdir /opt/vtk_cpp_tools && \
165163
cd /opt/vtk_cpp_tools && \
166164
cmake /opt/mindboggle/vtk_cpp_tools && \
@@ -263,7 +261,7 @@ RUN echo '{ \
263261
\n ], \
264262
\n [ \
265263
\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" \
267265
\n ], \
268266
\n [ \
269267
\n "env", \

install/neurodocker.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,7 @@ docker run --rm kaczmarj/neurodocker:0.4.1 generate docker \
3232
conda activate mb && \
3333
git clone https://github.com/nipy/mindboggle.git && \
3434
cd /opt/mindboggle && \
35-
git checkout edf95a3 && \
3635
python setup.py install && \
37-
sed -i "s/7.0/8.1/g" vtk_cpp_tools/CMakeLists.txt && \
3836
mkdir /opt/vtk_cpp_tools && \
3937
cd /opt/vtk_cpp_tools && \
4038
cmake /opt/mindboggle/vtk_cpp_tools && \

0 commit comments

Comments
 (0)