-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
style: refactor environment variable handling for NVIDIA settings
LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format UndefinedVar: Usage of undefined variable '$PYTHONPATH' - Fix syntax for `NVIDIA_VISIBLE_DEVICES` and `NVIDIA_DRIVER_CAPABILITIES` environment variables - Remove usage of the existing `PYTHONPATH` environment variable in favor of setting it directly Signed-off-by: 陳鈞 <jim60105@gmail.com>
- Loading branch information
Showing
2 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters