Skip to content

Commit

Permalink
chore: update dev container instructions (#112)
Browse files Browse the repository at this point in the history
This commit adds the prerequisites to the vscode dev container
instructions.
  • Loading branch information
rickstaa authored Jun 26, 2024
1 parent 97818c6 commit 8b1b455
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions runner/dev/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,13 @@ This guide aims to assist developers working on the [AI runner](https://github.c

Leverage the [VSCode DevContainer](https://code.visualstudio.com/docs/remote/containers) for an efficient debugging experience with the [AI runner](https://github.com/livepeer/ai-worker/tree/main/runner). This configuration automatically prepares a development environment equipped with all necessary tools and dependencies.

**Prerequisites:**

- [VSCode](https://code.visualstudio.com/download)
- [Remote - Containers extension](https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.remote-containers)
- [Docker](https://docs.docker.com/get-docker/)
- [NVIDIA Container Toolkit](https://docs.nvidia.com/datacenter/cloud-native/container-toolkit/latest/install-guide.html)

**Quickstart with DevContainer:**

1. **Install** [VSCode](https://code.visualstudio.com/download) and the [Remote - Containers extension](https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.remote-containers).
Expand Down

0 comments on commit 8b1b455

Please sign in to comment.