kosztyua

Results 20 comments of kosztyua

So while digging the xeol code I found the UsePURLs: true controlled by the "using-purls" config value. But even setting this false did not bring different results.

Thank you for the update and no worries 🙏 Will keep an eye out for any updates, we started utilizing your great tool in all our pipelines.

Hi, Any update on this? I just checked and endoflife.date has purl support now and for example log4j has the maven purl reference added https://github.com/endoflife-date/endoflife.date/blob/master/products/log4j.md?plain=1#L19 Now scanning an sbom which...

Hi, No worries, rest is important :) Thank you for getting back to me. This is my current run command: ``` docker run \ --name wolf \ --network=host \ -e...

Hmm the first one does not seem to be there, second yes. Let me see if I can install it somehow ``` docker run --rm -it --runtime=nvidia -e NVIDIA_VISIBLE_DEVICES=all -e...

I have installed the missing libnvidia-egl-gbm. Everything I installed was using apt, I came to hate the binary installer. ``` docker run --rm -it --runtime=nvidia -e NVIDIA_VISIBLE_DEVICES=all -e NVIDIA_DRIVER_CAPABILITIES=all ubuntu...

Well, I just recently did a driver upgrade from 535 to 550, but I get your point. I have also installed libnvidia-gl-550-server package and now things stated happening, but not...

I have no idea which combination of environmental variables and extra installed packages I used 😅 Will sleep now and see tomorrow if I can figure it out 💤