5 lines
176 B
Bash
5 lines
176 B
Bash
|
# After running this script, connect VNC client to 0.0.0.0:5900
|
||
|
docker run -it \
|
||
|
--workdir="/usr/src/gtsam" \
|
||
|
-p 5900:5900 \
|
||
|
dellaert/ubuntu-gtsam-python-vnc:bionic
|