You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 14, 2024. It is now read-only.
$ sudo docker run -it --rm -v ~/.ssh:/root/.ssh runai/rntop ubuntu@x.x.x.x
Error authenticating client side: Failed to read private key: /root/.ssh/id_rsa
terminate called after throwing an instance of 'std::exception'
what(): std::exception
Any idea how I can resolve this error?
The text was updated successfully, but these errors were encountered:
Genv is another open source project by us which is a GPU cluster orchestrator, and should eventually replace rntop.
At the moment not all rntop features are implemented in Genv but they will be.
My question is do you use rntop to monitor a single machine or multiple machines?
And will you be able to install Genv on all these machines using pip install (here is more information)?
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
$ sudo docker run -it --rm -v ~/.ssh:/root/.ssh runai/rntop ubuntu@x.x.x.x
Error authenticating client side: Failed to read private key: /root/.ssh/id_rsa
terminate called after throwing an instance of 'std::exception'
what(): std::exception
Any idea how I can resolve this error?
The text was updated successfully, but these errors were encountered: