We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Needless to say it is an amazing work.
I tried to extend DockerJob but failed as currently it does not seem to integrate with pty.
DockerJob
Am I missing something or is this part of the code not tested yet?
Error:
the input device is not a TTY
I believe the input Pipe should be set to a pty?
The text was updated successfully, but these errors were encountered:
Yeah this is definitely the flakiest part of the benchmark. It works on my linux machine, but I don't know if it will work well on other machines.
It would be great to re-work this entire piece of the code to be more ... good.
Sorry, something went wrong.
No branches or pull requests
Needless to say it is an amazing work.
I tried to extend
DockerJob
but failed as currently it does not seem to integrate with pty.Am I missing something or is this part of the code not tested yet?
Error:
I believe the input Pipe should be set to a pty?
The text was updated successfully, but these errors were encountered: