Skip to content

Commit

Permalink
upgraded to connectome workbench v1.5.0
Browse files Browse the repository at this point in the history
since previous 1.4.2 download link broken
  • Loading branch information
akhanf authored Mar 2, 2021
1 parent 5843a39 commit 04e96f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ ENV LD_LIBRARY_PATH /opt/niftyreg-1.3.9/lib:$LD_LIBRARY_PATH
ENV PATH /opt/niftyreg-1.3.9/bin:$PATH

#install workbench
RUN mkdir -p /opt && cd /opt && wget -q https://www.humanconnectome.org/storage/app/media/workbench/workbench-linux64-v1.4.2.zip && unzip workbench-linux64-v1.4.2.zip && rm workbench-linux64-v1.4.2.zip && cd /
RUN mkdir -p /opt && cd /opt && wget -q https://www.humanconnectome.org/storage/app/media/workbench/workbench-linux64-v1.5.0.zip && unzip workbench-linux64-v1.5.0.zip && rm workbench-linux64-v1.5.0.zip && cd /
ENV PATH "/opt/workbench/bin_linux64:$PATH"
ENV LD_LIBRARY_PATH "/opt/workbench/libs_linux64:/opt/workbench/libs_linux64_software_opengl:$LD_LIBRARY_PATH"

Expand Down

0 comments on commit 04e96f9

Please sign in to comment.