-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathREADME.md.template
74 lines (49 loc) · 2.52 KB
/
README.md.template
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
# Ocean-Dev Docker Images
[Ocean](https://docs.ocean.dwavesys.com/en/stable) is
[D-Wave's](https://www.dwavesys.com) suite of tools for solving hard problems
with quantum computers. Ocean docker images are available in a DockerHub
repository, [`dwavesys/ocean`](https://hub.docker.com/r/dwavesys/ocean).
Ocean-Dev docker images extend Ocean images with additional development tools,
and optional non-open-source Ocean packages like
[`dwave-inspector`](https://github.com/dwavesystems/dwave-inspector) and
[`dwave-drivers`](https://github.com/dwavesystems/dwave-drivers).
## Build Matrix
- Ocean: [`{{ ocean_version }}`](https://github.com/dwavesystems/dwave-ocean-sdk/releases/{{ ocean_version }})
- Python: `3.9`, `3.10`, `3.11`, **`3.12`** (default), `3.13`
- Platform: [`bookworm`](https://wiki.debian.org/DebianBookworm), `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
{{#simple_tags}}
- [Ocean: `{{subtags.ocean}}`, Python: `{{subtags.python}}`, Platform: `{{subtags.platform}}`]({{dockerfile}})
{{#tags}}
- `{{.}}`
{{/tags}}
{{/simple_tags}}
### Shared Tags
{{#shared_tags}}
- {{#strip}}{{#tags}}`{{.}}`, {{/tags}}{{/strip}}
{{#canonical}}
- [`{{tag}}`]({{dockerfile}})
{{/canonical}}
{{/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](./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](https://docs.ocean.dwavesys.com/en/stable/licenses/inspector.html)
and [dwave-drivers](https://docs.ocean.dwavesys.com/en/stable/licenses/drivers.html),
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.