Skip to content

borglab/docker-images

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker Images for Borglab

This repository hosts various Dockerfiles used for developing, testing, and distributing software from Borglab, primarily focusing on GTSAM and GTDynamics.

Directory Structure & Images

Each subdirectory contains a README with specific details.

  • ubuntu-base: Base image (Ubuntu 24.04) with Boost (and optionally, TBB) libraries pre-installed. Serves as a foundation for other images.

  • gtsam: A pre-compiled environment containing the latest develop branch of GTSAM. Useful for quick testing or as a base for downstream apps.

  • gtsam-manylinux: An environment based on manylinux2014 tailored for building Python wheels for GTSAM.

  • gtdynamics-manylinux: Extends gtsam-manylinux with Ignition/Gazebo dependencies (SDFormat, ign-math, etc.) for building GTDynamics Python wheels.

  • gtsam-ci: A collection of images used in GitHub Actions for Continuous Integration. Includes matrices for different Ubuntu versions (22.04, 24.04) and compilers (Clang, GCC).

Usage

You can build any of these images locally by navigating to the directory and running docker build. Check the specific READMEs for detailed instructions.

Many of these images are available on Docker Hub under the borglab namespaces.

Contributing

  1. Create a new branch for your changes.
  2. If adding a new image, create a new directory with a Dockerfile and a README.md.
  3. Test the build locally.
  4. Submit a Pull Request.

About

Various useful docker images. Hosted on https://hub.docker.com/repositories/borglab

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published