and cuda 11.4
when I run the docker container I get this error for frame generation in video stream
Error in detect_objects: CUDA error: CUBLAS_STATUS_ALLOC_FAILED when calling cublasCreate(handle)
and if I run the application outside the container it works perfectly without any issue.
I tried reducing the memory usage but still give the same error.
I have tried increasing the memory while launching the container as well but getting the same error even instead of --memory=500M and --memory-swap=8G I give it to the max and --shm-size=2G but still got the same