#OpenBLAS error

11 messages · Page 1 of 1 (latest)

simple vector
#

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

Label Studio is a multi-type data labeling and annotation tool with standardized output format - Issues · HumanSignal/label-studio

kind creek
#

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.

simple vector
#

Thank you for your answer! W

#

May I ask what is the docker start command or how can I modifiy that?

kind creek
#

But the command to start the image can't be changed.

simple vector
#

Thank you. Is it likely that this issue is solved when I switch to another server node?

kind creek
#

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.