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