mirror of
https://github.com/NVIDIA/nvidia-container-toolkit
synced 2024-11-22 08:18:32 +00:00
Fix form -> from in comment
Signed-off-by: Evan Lezar <elezar@nvidia.com>
This commit is contained in:
parent
9e46d41dbe
commit
785f120c31
@ -72,7 +72,7 @@ func (i CUDA) IsLegacy() bool {
|
||||
return len(legacyCudaVersion) > 0 && len(cudaRequire) == 0
|
||||
}
|
||||
|
||||
// GetRequirements returns the requirements fomr all NVIDIA_REQUIRE_ environment
|
||||
// GetRequirements returns the requirements from all NVIDIA_REQUIRE_ environment
|
||||
// variables.
|
||||
func (i CUDA) GetRequirements() ([]string, error) {
|
||||
// TODO: We need not process this if disable require is set, but this will be done
|
||||
|
Loading…
Reference in New Issue
Block a user