Hey! I’d suggest using the official Chromium image for your docker install chromium version setup. It’s maintained and usually up-to-date.
For version 115, you can pull it like this: `docker pull chromium:115`. If it’s not there, you might need to build it yourself, but honestly, that’s a last resort.
For GPU stuff, make sure you’ve got the right drivers on your host. Also, check out Docker’s GPU docs: https://docs.docker.com/config/container...aints/#gpu.
Good luck with your project!
For version 115, you can pull it like this: `docker pull chromium:115`. If it’s not there, you might need to build it yourself, but honestly, that’s a last resort.
For GPU stuff, make sure you’ve got the right drivers on your host. Also, check out Docker’s GPU docs: https://docs.docker.com/config/container...aints/#gpu.
Good luck with your project!
