Can I reboot same container using Dockerfile

I want to upgrade/Change Nvidia Drivers in docker container and for this I need to use kernel Module. I want to restart same container to reflect Nvidia Driver installation in Container.
I don’t no how to reboot same docker container. Is it possible to reboot same container using Dokerfile?