Skip to content

Commit

Permalink
Set DEBIAN_FRONTEND=noninteractive for nvidia-cuda feature (#933)
Browse files Browse the repository at this point in the history
* Set DEBIAN_FRONTEND to noninteractive

Signed-off-by: Jean-Baptiste Louazel <jb@flex.ai>

* Bump nvidia-cuda to 1.1.1

Signed-off-by: Jean-Baptiste Louazel <jb@flex.ai>

* Install `liburcu6`

Signed-off-by: Jean-Baptiste Louazel <jb@flex.ai>

* Revert "Install `liburcu6`"

This reverts commit b7b2931.

---------

Signed-off-by: Jean-Baptiste Louazel <jb@flex.ai>
  • Loading branch information
jlouazel committed Apr 11, 2024
1 parent 203dc3f commit 760f2bf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/nvidia-cuda/devcontainer-feature.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "nvidia-cuda",
"version": "1.1.0",
"version": "1.1.1",
"name": "NVIDIA CUDA",
"description": "Installs shared libraries for NVIDIA CUDA.",
"documentationURL": "https://github.com/devcontainers/features/tree/main/src/nvidia-cuda",
Expand Down
2 changes: 2 additions & 0 deletions src/nvidia-cuda/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ check_packages() {
fi
}

export DEBIAN_FRONTEND=noninteractive

check_packages wget ca-certificates

# Add NVIDIA's package repository to apt so that we can download packages
Expand Down

0 comments on commit 760f2bf

Please sign in to comment.