Skip to content

Commit

Permalink
Split code block to make copying/pasting easier
Browse files Browse the repository at this point in the history
Signed-off-by: Ben Howe <[email protected]>
  • Loading branch information
bmhowe23 committed Feb 13, 2025
1 parent 2b389ef commit 66016d4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Building.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,11 @@ adjust to `arm64` if you are using ARM machines.
```bash
docker pull ghcr.io/nvidia/cudaqx-dev:latest-amd64
docker run -it --gpus all --name cudaqx-dev ghcr.io/nvidia/cudaqx-dev:latest-amd64
```

Then inside the container...

```bash
# Then inside the container
export CUDAQ_INSTALL_PREFIX=~/.cudaq
export CUDAQX_INSTALL_PREFIX=~/.cudaqx
Expand Down

0 comments on commit 66016d4

Please sign in to comment.