Skip to content

Commit bd44c86

Browse files
authored
Merge pull request #184 from satra/fix/docker-build
fix: pin vtk version for now
2 parents 08ad903 + d74d586 commit bd44c86

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

install/Dockerfile

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Generated by Neurodocker version 0.4.2-3-gf7055a1
2-
# Timestamp: 2019-09-22 16:31:40 UTC
2+
# Timestamp: 2019-09-24 02:03:44 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
@@ -82,7 +82,7 @@ RUN export PATH="/opt/miniconda-latest/bin:$PATH" \
8282
'jupyter' \
8383
'cmake' \
8484
'mesalib' \
85-
'vtk=8.2' \
85+
'vtk=8.2.0=py36ha8e561a_201' \
8686
'pandas' \
8787
'matplotlib' \
8888
'colormath' \
@@ -232,7 +232,7 @@ RUN echo '{ \
232232
\n "jupyter", \
233233
\n "cmake", \
234234
\n "mesalib", \
235-
\n "vtk=8.2", \
235+
\n "vtk=8.2.0=py36ha8e561a_201", \
236236
\n "pandas", \
237237
\n "matplotlib", \
238238
\n "colormath", \

install/neurodocker.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ docker run --rm ${image} generate docker \
5858
libsm-dev libx11-dev libxt-dev libxext-dev libglu1-mesa \
5959
--run 'ln -s /usr/lib/x86_64-linux-gnu /usr/lib64' \
6060
--miniconda \
61-
conda_install="python=3.6 pip jupyter cmake mesalib vtk=8.2 pandas
61+
conda_install="python=3.6 pip jupyter cmake mesalib vtk=8.2.0=py36ha8e561a_201 pandas
6262
matplotlib colormath nipype>=1.1.4 nilearn tbb-devel nose etelemetry" \
6363
pip_install="datalad[full] duecredit" \
6464
create_env="mb" \

0 commit comments

Comments
 (0)