Skip to content

Commit

Permalink
remove unused arg options
Browse files Browse the repository at this point in the history
  • Loading branch information
tfoote committed Aug 2, 2024
1 parent 12890bf commit 50c78b4
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/rocker/nvidia_extension.py
Original file line number Diff line number Diff line change
Expand Up @@ -170,14 +170,10 @@ def register_arguments(parser, defaults={}):
help="Enable nvidia. Default behavior is to pick flag based on docker version.")
parser.add_argument('--nvidia-glvnd-version',
choices=NVIDIA_GLVND_VALID_VERSIONS,
# nargs='1',
# const='auto',
default=defaults.get('nvidia-glvnd-version', None),
help="Explicitly select an nvidia glvnd version")
parser.add_argument('--nvidia-glvnd-policy',
choices=[GLVND_VERSION_POLICY_LATEST_LTS],
# nargs='1',
# const='auto',
default=defaults.get('nvidia-glvnd-policy', GLVND_VERSION_POLICY_LATEST_LTS),
help="Set an nvidia glvnd version policy if version is unset")

Expand Down

0 comments on commit 50c78b4

Please sign in to comment.