There must be a compatible version on the host such as <spanstyle="color: red;">CUDA 12.2</span> and <spanstyle="color: skyblue;">docker</span> has to be installed.
```--rm```: This flag automatically deletes the container after it exits, freeing up disk space and keeping the environment clean. Add the `-it` flag to run the container in interactive mode, giving you direct access to its shell. Use `-d` to detach the container and run it in the background. Combining `-itd` allows you to interact with the container initially, then detach, leaving it running in the background.