Unverified Commit 760f2bf1 authored by Jean-Baptiste Louazel's avatar Jean-Baptiste Louazel Committed by GitHub

Set `DEBIAN_FRONTEND=noninteractive` for nvidia-cuda feature (#933)

* Set DEBIAN_FRONTEND to noninteractive
Signed-off-by: 's avatarJean-Baptiste Louazel <jb@flex.ai>

* Bump nvidia-cuda to 1.1.1
Signed-off-by: 's avatarJean-Baptiste Louazel <jb@flex.ai>

* Install `liburcu6`
Signed-off-by: 's avatarJean-Baptiste Louazel <jb@flex.ai>

* Revert "Install `liburcu6`"

This reverts commit b7b2931f8bed57826f2019ea884cbe2440e6c9e8.

---------
Signed-off-by: 's avatarJean-Baptiste Louazel <jb@flex.ai>
parent 203dc3f5
{ {
"id": "nvidia-cuda", "id": "nvidia-cuda",
"version": "1.1.0", "version": "1.1.1",
"name": "NVIDIA CUDA", "name": "NVIDIA CUDA",
"description": "Installs shared libraries for NVIDIA CUDA.", "description": "Installs shared libraries for NVIDIA CUDA.",
"documentationURL": "https://github.com/devcontainers/features/tree/main/src/nvidia-cuda", "documentationURL": "https://github.com/devcontainers/features/tree/main/src/nvidia-cuda",
......
...@@ -33,6 +33,8 @@ check_packages() { ...@@ -33,6 +33,8 @@ check_packages() {
fi fi
} }
export DEBIAN_FRONTEND=noninteractive
check_packages wget ca-certificates check_packages wget ca-certificates
# Add NVIDIA's package repository to apt so that we can download packages # Add NVIDIA's package repository to apt so that we can download packages
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment