diff --git a/src/dvc/README.md b/src/dvc/README.md index 4f66d0b..8976a7d 100644 --- a/src/dvc/README.md +++ b/src/dvc/README.md @@ -7,9 +7,7 @@ Installs DVC CLI deb package ```json "features": { - "ghcr.io/iterative/features/dvc:1": { - "version": "latest" - } + "ghcr.io/iterative/features/dvc:1": {} } ``` diff --git a/src/nvtop/README.md b/src/nvtop/README.md index 4f66d0b..e40ea25 100644 --- a/src/nvtop/README.md +++ b/src/nvtop/README.md @@ -1,15 +1,13 @@ -# Data Version Control (dvc) +# nvtop - GPUs Process monitoring (nvtop) -Installs DVC CLI deb package +Installs nvtop utility ## Example Usage ```json "features": { - "ghcr.io/iterative/features/dvc:1": { - "version": "latest" - } + "ghcr.io/iterative/features/nvtop:1": {} } ``` @@ -23,4 +21,4 @@ Installs DVC CLI deb package --- -_Note: This file was auto-generated from the [devcontainer-feature.json](https://github.com/iterative/features/blob/main/src/dvc/devcontainer-feature.json). Add additional notes to a `NOTES.md`._ +_Note: This file was auto-generated from the [devcontainer-feature.json](https://github.com/iterative/features/blob/main/src/nvtop/devcontainer-feature.json). Add additional notes to a `NOTES.md`._