From 2feb11776d9dec7e3aea0868817b921bc153dcd2 Mon Sep 17 00:00:00 2001 From: Jake Hemstad Date: Mon, 25 Sep 2023 19:19:54 +0000 Subject: [PATCH] Fix launch script path. --- .devcontainer/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.devcontainer/README.md b/.devcontainer/README.md index 60f94c19db3..9feed01cf3d 100644 --- a/.devcontainer/README.md +++ b/.devcontainer/README.md @@ -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.