Docker Hub
Drake’s published Docker images are deprecated and will no longer receive updates after 2026-06-01.
For users who want to run Drake in Docker, you can fork the current Dockerfile
and customize it your needs. Or, can switch to a simple pip install drake
(or uv, etc.), or apt install drake-dev, etc.
Drake publishes pre-compiled binaries as Docker images on Docker Hub. Refer to Supported Configurations for additional compatibility details.
To learn about other installation methods, refer to Installation and Quickstart.
If you experience any problems with or have questions about Drake, please ask for help.
Drake binary releases incorporate a pre-compiled version of SNOPT as part of the Mathematical Program toolbox. Thanks to Philip E. Gill and Elizabeth Wong for their kind support.
Drake’s Docker images do not support the Gurobi solver. To use Gurobi, you will need to build Drake from source following the instructions in Source Installation.
Stable Releases
Drake’s published Docker images are deprecated and will no longer receive updates after 2026-06-01.
The latest stable image can be pulled from Docker Hub as follows:
docker pull robotlocomotion/drake:X.Y.Z
Refer to Release Notes for a list of published X.Y.Z version numbers.
The Docker tags for Drake’s stable releases are spelled like:
jammy-X.Y.Zfor the Ubuntu 22.04 image of Drake vX.Y.Z.noble-X.Y.Zfor the Ubuntu 24.04 image of Drake vX.Y.Z.X.Y.Zis a synonym fornoble-X.Y.Z.
Refer to Quickstart for next steps.
Nightly Releases
Drake’s published Docker images are deprecated and will no longer receive updates after 2026-06-01.
The latest nightly image can be pulled from Docker Hub as follows:
docker pull robotlocomotion/drake:latest
The Docker tags for Drake’s nightly releases are spelled like:
jammy-YYYYMMDDfor the Ubuntu 22.04 image of Drake as of date YYYY-MM-DD.jammyis a synonym for the most recentjammy-YYYYMMDD.noble-YYYYMMDDfor the Ubuntu 24.04 image of Drake as of date YYYY-MM-DD.nobleis a synonym for the most recentnoble-YYYYMMDD.YYYYMMDDis a synonym for the most recentnoble-YYYYMMDD.latestis a synonym for the most recentYYYYMMDD.
Refer to Quickstart for next steps.