mirror of
https://github.com/XuehaiPan/nvitop.git
synced 2026-05-15 14:15:55 -06:00
[GH-ISSUE #7] Nvidia Driver used in Dockerfile contains multiple CVE's #7
Labels
No labels
api
bug
bug
cli / tui
dependencies
documentation
documentation
documentation
duplicate
enhancement
exporter
invalid
pull-request
pynvml
question
question
upstream
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/nvitop#7
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @c0nsaw on GitHub (Oct 12, 2021).
Original GitHub issue: https://github.com/XuehaiPan/nvitop/issues/7
The following vulnerabilities have been found: CVE-2021-3449 CVE-2021-3711 CVE-2020-1971
@XuehaiPan commented on GitHub (Oct 12, 2021):
@c0nsaw Thanks so much for the security reminder. I have added an optional build argument for the Dockerfile in commit (
7e9ddd38bb).The tag for the base image
nvidia/driver:418.87.01-ubuntu18.04was chosen for compatibility. The highest version of NVIDIA driver for Ubuntu 16.04 LTS is 430.64 and this tag is the highest compatible image listed innvidia/driver. Besides, the R418 driver is the minimal requirement for CUDA 10.1.See also CUDA Compatibility | Minor Version Compatibility and CUDA Toolkit and Corresponding Driver Versions.
@XuehaiPan commented on GitHub (Oct 13, 2021):
Thanks for the reminder from @c0nsaw! Please feel free to reopen this issue if you have any other questions.