To run the NVIDIA based OpenCL implementation you can run the following command presuming you have the [NVIDIA Container Toolkit](https://github.com/NVIDIA/nvidia-docker) installed as well as the appropriate drivers.
```bash
docker run --runtime=nvidia -it aparapi/aparapi-nvidia:latest bash
```
To run pocl, which only supports CPU processing at the moment, run the following.