mirror of
https://github.com/clearml/clearml-session
synced 2025-02-07 13:22:17 +00:00
added ldconfig warning supressing
This commit is contained in:
parent
6f8eca9f1b
commit
3f6b394718
@ -481,7 +481,7 @@ def setup_ssh_server(hostname, hostnames, param, task):
|
|||||||
"CLEARML_API_ACCESS_KEY CLEARML_API_SECRET_KEY' >> /etc/ssh/sshd_config && "
|
"CLEARML_API_ACCESS_KEY CLEARML_API_SECRET_KEY' >> /etc/ssh/sshd_config && "
|
||||||
'echo "export VISIBLE=now" >> /etc/profile && '
|
'echo "export VISIBLE=now" >> /etc/profile && '
|
||||||
'echo "export PATH=$PATH" >> /etc/profile && '
|
'echo "export PATH=$PATH" >> /etc/profile && '
|
||||||
'echo "ldconfig" >> /etc/profile && '
|
'echo "ldconfig" 2>/dev/null >> /etc/profile && '
|
||||||
'echo "export CLEARML_CONFIG_FILE={trains_config_file}" >> /etc/profile'.format(
|
'echo "export CLEARML_CONFIG_FILE={trains_config_file}" >> /etc/profile'.format(
|
||||||
password=ssh_password,
|
password=ssh_password,
|
||||||
port=port,
|
port=port,
|
||||||
|
Loading…
Reference in New Issue
Block a user