From f49e35ecf085a59830b55248593143271a188db4 Mon Sep 17 00:00:00 2001 From: Frank Dellaert Date: Mon, 6 Sep 2021 16:19:54 -0400 Subject: [PATCH] Fixed TODOs --- docker/ubuntu-boost-tbb/build.sh | 2 +- docker/ubuntu-gtsam-python-vnc/build.sh | 2 +- docker/ubuntu-gtsam-python/build.sh | 2 +- docker/ubuntu-gtsam/build.sh | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docker/ubuntu-boost-tbb/build.sh b/docker/ubuntu-boost-tbb/build.sh index ff465c970..35b349c6a 100755 --- a/docker/ubuntu-boost-tbb/build.sh +++ b/docker/ubuntu-boost-tbb/build.sh @@ -1,3 +1,3 @@ # Build command for Docker image -# TODO(borglab): use docker compose and/or cmake +# TODO(dellaert): use docker compose and/or cmake docker build --no-cache -t borglab/ubuntu-boost-tbb:bionic . diff --git a/docker/ubuntu-gtsam-python-vnc/build.sh b/docker/ubuntu-gtsam-python-vnc/build.sh index 95d7dd575..a0bbb6a96 100755 --- a/docker/ubuntu-gtsam-python-vnc/build.sh +++ b/docker/ubuntu-gtsam-python-vnc/build.sh @@ -1,4 +1,4 @@ # Build command for Docker image -# TODO(borglab): use docker compose and/or cmake +# TODO(dellaert): use docker compose and/or cmake # Needs to be run in docker/ubuntu-gtsam-python-vnc directory docker build -t borglab/ubuntu-gtsam-python-vnc:bionic . diff --git a/docker/ubuntu-gtsam-python/build.sh b/docker/ubuntu-gtsam-python/build.sh index 367847ba5..68827074d 100755 --- a/docker/ubuntu-gtsam-python/build.sh +++ b/docker/ubuntu-gtsam-python/build.sh @@ -1,3 +1,3 @@ # Build command for Docker image -# TODO(borglab): use docker compose and/or cmake +# TODO(dellaert): use docker compose and/or cmake docker build --no-cache -t borglab/ubuntu-gtsam-python:bionic . diff --git a/docker/ubuntu-gtsam/build.sh b/docker/ubuntu-gtsam/build.sh index 24a7d4f7f..790ee1575 100755 --- a/docker/ubuntu-gtsam/build.sh +++ b/docker/ubuntu-gtsam/build.sh @@ -1,3 +1,3 @@ # Build command for Docker image -# TODO(borglab): use docker compose and/or cmake +# TODO(dellaert): use docker compose and/or cmake docker build --no-cache -t borglab/ubuntu-gtsam:bionic .