OpenBLAS error
Hi, all. I got this error "OpenBLAS blas_thread_init: pthread_create failed for thread 3 of 64: Resource temporarily unavailable
OpenBLAS blas_thread_init: RLIMIT_NPROC -1 current, -1 max" when running trials.
I searched and found this (https://github.com/HumanSignal/label-studio/issues/3070), it says I need to add options to docker command. I would like to ask what is the default docker command, or how can I solve this question in general. Thanks!
GitHub
Issues · HumanSignal/label-studio
Label Studio is a multi-type data labeling and annotation tool with standardized output format - Issues · HumanSignal/label-studio
6 Replies
You can't set limits in RunPod, it requires elevated privileges.
And you can't add options to the docker command, you can only override the docker start command for the image.
Thank you for your answer! W
May I ask what is the docker start command or how can I modifiy that?
Docker start command depends on your image.
But the command to start the image can't be changed.
Thank you. Is it likely that this issue is solved when I switch to another server node?
No, it can't be solved.
It says you need to add
--security-opt seccomp:unconfined
to docker run command which you can't do on RunPod.
You can't change security settings.Thank you! I see. I will see if I can found another solution.