4 lines
148 B
Bash
4 lines
148 B
Bash
|
# Build command for Docker image
|
||
|
# TODO(dellaert): use docker compose and/or cmake
|
||
|
docker build --no-cache -t dellaert/ubuntu-gtsam-python:bionic .
|