From 94c8f2536eae37478442529ab684211cf545330c Mon Sep 17 00:00:00 2001 From: Rick Staa Date: Wed, 26 Jun 2024 10:34:47 +0100 Subject: [PATCH] chore: update dev container instructions This commit adds the prerequisites to the vscode dev container instructions. --- runner/dev/README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/runner/dev/README.md b/runner/dev/README.md index fcc4f68a..2f582888 100644 --- a/runner/dev/README.md +++ b/runner/dev/README.md @@ -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).