complete README
parent
23db3bb721
commit
17873485db
|
@ -3,14 +3,19 @@
|
|||
Build all docker images, in order:
|
||||
|
||||
```bash
|
||||
(cd ubuntu-boost-tbb && exec build.sh)
|
||||
(cd ubuntu-gtsam && exec build.sh)
|
||||
(cd ubuntu-gtsam-python && exec build.sh)
|
||||
(cd ubuntu-gtsam-python-vnc && exec build.sh)
|
||||
(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 dellaert/ubuntu-gtsam-python-vnc:bionic
|
||||
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
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue