mirror of
https://github.com/NVIDIA/nvidia-container-toolkit
synced 2025-05-08 22:10:13 +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
|
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.
|
// variables.
|
||||||
func (i CUDA) GetRequirements() ([]string, error) {
|
func (i CUDA) GetRequirements() ([]string, error) {
|
||||||
// TODO: We need not process this if disable require is set, but this will be done
|
// TODO: We need not process this if disable require is set, but this will be done
|
||||||
|
Loading…
Reference in New Issue
Block a user