From 13ca4035e68c08a1da99cc77d63b28d264eab79f Mon Sep 17 00:00:00 2001 From: Ali Khan Date: Wed, 3 May 2023 20:32:58 -0400 Subject: [PATCH] revert nighres to an older commit, fix docker build (#7) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 6004890..dc12758 100644 --- a/Dockerfile +++ b/Dockerfile @@ -44,7 +44,7 @@ ENV JAVA_HOME /usr/lib/jvm/java-11-openjdk-amd64/ ENV JCC_JDK /usr/lib/jvm/java-11-openjdk-amd64/ RUN cd /tmp/JCC-3.10 && python setup.py install && \ -cd /opt && git clone http://github.com/nighres/nighres && cd /opt/nighres && ./build.sh && cd /opt/nighres && pip install . && \ +cd /opt && git clone http://github.com/nighres/nighres && cd /opt/nighres && git checkout 1901ce9a9afdfad8e2d66ec09600fbfb9fa0151d && ./build.sh && cd /opt/nighres && pip install . && \ rm -rf /opt/nighres /tmp/JCC-3.10 /tmp/JCC-3.10.tar.gz ENV LD_LIBRARY_PATH /opt/itksnap/lib/:/opt/niftyreg-1.3.9/lib:/opt/workbench/libs_linux64:/opt/workbench/libs_linux64_software_opengl:${LD_LIBRARY_PATH}