We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01869c6 commit fd0bf1aCopy full SHA for fd0bf1a
alts/worker/runners/base.py
@@ -74,7 +74,8 @@
74
THIRD_PARTY_SECTION_NAME,
75
)
76
TF_INIT_LOCK_PATH = '/tmp/tf_init_lock'
77
-BASE_SYSTEM_INFO_COMMANDS = {
+BASE_SYSTEM_INFO_COMMANDS: Dict[str, Tuple[str, ...]] = {
78
+ 'List of block devices': ('lsblk',),
79
'Current disk space usage': ('df', '-h'),
80
'Kernel version': ('uname', '-a'),
81
'Environment IP': ('ip', 'a'),
0 commit comments