Skip to content

dwavesystems/ocean-dev-docker

Repository files navigation

Ocean-Dev Docker Images

Ocean is D-Wave's suite of tools for solving hard problems with quantum computers. Ocean docker images are available in a DockerHub repository, dwavesys/ocean.

Ocean-Dev docker images extend Ocean images with additional development tools, and optional non-open-source Ocean packages like dwave-inspector and dwave-drivers.

Build Matrix

  • Ocean: 7.0.0
  • Python: 3.9, 3.10, 3.11 (default), 3.12
  • Platform: bullseye, windowsservercore

Architectures

All Linux images are built for amd64 and arm64 architectures, and are available as multi-arch docker images.

Windows images are build for amd64 only.

Supported tags, with Dockerfile links

Simple tags represent "canonical images" and their aliases. Each simple tag maps to an image with specific ocean version, python version, and platform. Architecture can be shared, though; Linux simple tags point to multi-arch images.

Shared tags map to multi-platform/multi-architecture images.

Simple Tags

Shared Tags

License

Ocean is released under the Apache License 2.0.

Ocean dockerfiles (in this repo) are released under the Apache License 2.0 as well. See LICENSE file.

Some optional, non-open-source, Ocean packages included in Ocean-Dev docker images are released under the D-Wave EULA. Specifically, these include the visualization component of dwave-inspector and dwave-drivers, a utility for finding appropriate flux bias offsets.

However, bear in mind that docker images in general contain other software which may be under other licenses. It is the image user's responsibility to ensure that any use of this image complies with any relevant licenses for all software contained within.