
Installing NVIDIA CUDA in a Docker container
Posted 20th November 2025
No comments
In order to utilise NVIDIA CUDA within a Docker Container, it needs to be enabled on the device hosting the container.

Switch off the GPU in a Python script
Posted 28th October 2024
No comments
Here’s a simple piece of code which effectively directs a Python script to use the CPU rather than the GPU.