2020-07-15 05:24:47 +08:00
|
|
|
# Instructions
|
|
|
|
|
|
|
|
Build all docker images, in order:
|
|
|
|
|
|
|
|
```bash
|
2020-07-15 05:33:25 +08:00
|
|
|
(cd ubuntu-boost-tbb && ./build.sh)
|
|
|
|
(cd ubuntu-gtsam && ./build.sh)
|
|
|
|
(cd ubuntu-gtsam-python && ./build.sh)
|
|
|
|
(cd ubuntu-gtsam-python-vnc && ./build.sh)
|
2020-07-15 05:24:47 +08:00
|
|
|
```
|
|
|
|
|
|
|
|
Then launch with:
|
|
|
|
|
2020-07-15 05:33:25 +08:00
|
|
|
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
|
2020-07-15 05:24:47 +08:00
|
|
|
|
|
|
|
|