Skip to content

Commit

Permalink
Fix launch script path.
Browse files Browse the repository at this point in the history
  • Loading branch information
jrhemstad committed Sep 25, 2023
1 parent b9a335f commit 2feb117
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .devcontainer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,11 @@ git clone https://github.com/nvidia/cccl.git
```

### **Step 2: Launch Docker Container**
Navigate to the cloned directory and use the `launch.sh` script:
Navigate to the cloned directory and use the [`launch.sh`](./launch.sh) script:

```bash
cd cccl
./launch.sh --docker
./.devcontainer/launch.sh --docker
```

This script initiates a Docker container tailored for the specified CUDA and compiler versions. Inside, you'll get an interactive shell session with the `cccl` repository already mounted, allowing direct editing and testing.
Expand Down

0 comments on commit 2feb117

Please sign in to comment.