CAP_SYS_ADMIN privileges inside container
I am using a pytorch template and profiling some CUDA kernels. For the profiler to work inside the container, I need the container to be run with the
--cap-add=CAP_SYS_ADMIN
flag to docker run
, as far as I can tell the runpod platform does not offer control over the flags passed to docker run. Is there any way around this issue?
inside the container I see:
even though I am root, I do not have sys admin priviliges which is confusing1 Reply
not possible as it requires provilaged docker container