Skip to content

Commit

Permalink
Don't pass CUDA_VISIBLE_DEVICES (#3865)
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan <rb@hpe.com>
  • Loading branch information
rb-determined-ai committed Apr 11, 2023
1 parent 2af9000 commit a418125
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion horovod/runner/common/util/env.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
LOG_LEVEL_STR = ['FATAL', 'ERROR', 'WARNING', 'INFO', 'DEBUG', 'TRACE']

# List of regular expressions to ignore environment variables by.
IGNORE_REGEXES = {'BASH_FUNC_.*', 'OLDPWD', secret.HOROVOD_SECRET_KEY}
IGNORE_REGEXES = {'BASH_FUNC_.*', 'OLDPWD', '.*CUDA_VISIBLE_DEVICES', secret.HOROVOD_SECRET_KEY}

KUBEFLOW_MPI_EXEC = '/etc/mpi/kubexec.sh'

Expand Down

0 comments on commit a418125

Please sign in to comment.