All NIAK dependency, but NIAK itself
2.2K
o4_cross_u16 is build on top of Ubuntu 16.04, minc-tools 1.9.15 and octave 4.2.1. Octave is compiled with openblas along with the --enable-64 and is using more generic compiling options :) DockerFile
1.0 and latest is build on top of Ubuntu 12.04, minc-tools 1.9.2 and octave 3.8.1, DockerFile
u12_o4 is build on top of Ubuntu 12.04, minc-tools 1.9.2 and octave 4.0.2, DockerFile
See the simexp octave and minc-toolkit repos for more details
Useful when you want to test your development version of NIAK:
In a terminal run:
docker run -i -t --privileged --rm -v /etc/shadow:/etc/shadow -v /etc/group:/etc/group \
-v /etc/passwd:/etc/passwd -v /tmp/.X11-unix:/tmp/.X11-unix -e \
DISPLAY=unix$DISPLAY -v $HOME:$HOME --user $UID simexp/niak_dependency \
/bin/bash -lic "cd $MY_NIAK_REPO; octave --persist --force-gui \
--eval 'addpath(genpath(pwd))';/bin/bash"
. where
MY_NIAK_REPO=/path/to/your/niak/repo
. Click here for more information about NIAK
Content type
Image
Digest
sha256:46d5624ce…
Size
805.7 MB
Last updated
over 10 years ago
docker pull simexp/niak_dependency