File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,9 @@ CUDA-QX provides multiple installation methods to suit your needs:
99pip install
1010^^^^^^^^^^^^
1111
12- The simplest way to install CUDA-QX is via pip. You can install individual components:
12+ The simplest way to install CUDA-QX is via pip. (If you're on Mac, your only
13+ option is to use the Docker container as described below.) For pip, you can
14+ install individual components:
1315
1416.. code-block :: bash
1517
@@ -47,6 +49,11 @@ CUDA-QX is available as a Docker container with all dependencies pre-installed:
4749
4850 docker run --gpus all -it ghcr.io/nvidia/cudaqx
4951
52+ .. note ::
53+
54+ If your system does not have local GPUs (eg. a MacBook), omit the `--gpus all `
55+ argument.
56+
5057The container includes:
5158 * CUDA-Q compiler and runtime
5259 * CUDA-QX libraries (QEC and Solvers)
You can’t perform that action at this time.
0 commit comments