Skip to content

Commit 461ad6b

Browse files
authored
Follow-up to #308 - fix Building.md (#317)
1 parent 0db9dd0 commit 461ad6b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Building.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ available on this repository. It will always contain a recent version of CUDA-Q
1212
The instructions below provide a complete set of commands to get you up and
1313
running. There are images available called
1414

15-
- `ghcr.io/nvidia/cudaqx-dev:latest-amd64-cu12` for AMD64 platforms
16-
- `ghcr.io/nvidia/cudaqx-dev:latest-arm64-cu12` for ARM64 platforms
15+
- `ghcr.io/nvidia/cudaqx-dev:latest-amd64-cu12.6` for AMD64 platforms
16+
- `ghcr.io/nvidia/cudaqx-dev:latest-arm64-cu12.6` for ARM64 platforms
1717

1818
With the image appropriate for your system, run
1919

@@ -62,9 +62,9 @@ commands to switch to whichever version you need. You can then use
6262
to re-build CUDA-Q.
6363

6464
Additionally, the following CMake options can be configured:
65-
* `CUDAQX_ENABLE_LIBS`: Specify which libraries to build (`all`, `qec`, `solvers`)
66-
* `CUDAQX_INCLUDE_TESTS`: Enable building of tests
67-
* `CUDAQX_BINDINGS_PYTHON`: Enable Python bindings
65+
- `CUDAQX_ENABLE_LIBS`: Specify which libraries to build (`all`, `qec`, `solvers`)
66+
- `CUDAQX_INCLUDE_TESTS`: Enable building of tests
67+
- `CUDAQX_BINDINGS_PYTHON`: Enable Python bindings
6868

6969
The above instructions provide a fully open-source way of building and
7070
contributing to CUDA-QX, but it should be noted that while this environment

0 commit comments

Comments
 (0)