gtsam/docker
Varun Agrawal b30448733c remove all Cython references 2020-10-01 19:56:35 -04:00
..
ubuntu-boost-tbb docker tag and pip3 fixes; add a readme 2020-07-14 23:24:47 +02:00
ubuntu-gtsam remove all Cython references 2020-10-01 19:56:35 -04:00
ubuntu-gtsam-python remove all Cython references 2020-10-01 19:56:35 -04:00
ubuntu-gtsam-python-vnc docker tag and pip3 fixes; add a readme 2020-07-14 23:24:47 +02:00
README.md complete README 2020-07-14 23:33:25 +02:00

README.md

Instructions

Build all docker images, in order:

(cd ubuntu-boost-tbb && ./build.sh)
(cd ubuntu-gtsam && ./build.sh)
(cd ubuntu-gtsam-python && ./build.sh)
(cd ubuntu-gtsam-python-vnc && ./build.sh)

Then launch with:

docker run -p 5900:5900 dellaert/ubuntu-gtsam-python-vnc:bionic

Then open a remote VNC X client, for example:

sudo apt-get install tigervnc-viewer
xtigervncviewer :5900