> For the complete documentation index, see [llms.txt](https://doc.celantur.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.celantur.com/container/usage/using-cpu-only.md).

# Using CPU only

By default, Celantur Container requires a Nvidia GPU to offer the best performance. But in certain scenarios, access to GPUs might be limited or too expensive (e.g. cloud deployment).

By specifying the `--cpu-mode` parameter, only the CPU will be utilized to run Celantur Container.

```sh
bash celantur.sh --cpu-mode -a face -a license-plate --format whole
```
