Skip to content

Commit

Permalink
Fix wording
Browse files Browse the repository at this point in the history
  • Loading branch information
sonicaj committed Jul 24, 2024
1 parent e80de3e commit eed43d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions catalog_reader/questions.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ def normalize_question(question: dict, version_data: dict, context: dict) -> Non
data['attrs'] = [
{
'variable': 'use_all_gpus',
'label': 'Passthrough available GPUs',
'description': 'Please select this option to passthrough all available GPUs to the app',
'label': 'Passthrough available (non-NVIDIA) GPUs',
'description': 'Please select this option to passthrough all (non-NVIDIA) GPUs to the app',
'schema': {
'type': 'boolean',
'default': False,
Expand Down

0 comments on commit eed43d1

Please sign in to comment.