Skip to content
New issue

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

Unable to open /dev/urandom #80

Open
TheNha opened this issue Sep 13, 2024 · 0 comments
Open

Unable to open /dev/urandom #80

TheNha opened this issue Sep 13, 2024 · 0 comments

Comments

@TheNha
Copy link

TheNha commented Sep 13, 2024

Hi,
I install torch version 2.4.1 in docker. I added .so file libraries for torch library, it in internal/static/config_default_amd64.go.
If i exec docker container and run pip show torch, it worked.

But I create workflow CODE, and import torch. I got a error.
Node Code run failed: Traceback (most recent call last): File "/var/sandbox/sandbox-python/tmp/acf0447c_3fc8_40ba_bf4d_3f20123c4389.py", line 48, in <module> File "<string>", line 3, in <module> File "/usr/local/lib/python3.10/site-packages/torch/__init__.py", line 290, in <module> from torch._C import * # noqa: F403 RuntimeError: Unable to open /dev/urandom error: exit status 255

Please show to config or fix this error.
Thanks and regards.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant