Description
How to verify whether GPU support is available and enabled in Image Artist.
Solution
1. Check if the host has NVIDIA GPUs installed
Run the following command on the Image Artist host to detect NVIDIA hardware:
lspci | grep -i nvidia
If this command returns one or more NVIDIA devices, the system has GPUs available.
2. Verify Image Artist GPU configuration
If GPUs are present, confirm whether Image Artist is configured to use them by opening the Phenologic.AI configuration page:
https://<imageArtist_domain>/configuration
In the Settings section, locate Allowed GPUs.
- If one or more GPUs are listed, Image Artist is configured to use them.
- If the list is empty, Image Artist is not currently using GPU resources.
3. Confirm Docker GPU access
As an additional validation step, check whether Docker is configured to expose GPU resources. Review the Docker daemon configuration file:
/etc/docker/daemon.json
If GPU resources are enabled for Docker, they will appear in this JSON file (for example, under a runtimes or resources section).
- If no GPU‑related entries are present, Docker - and therefore Image Artist - will not be using GPU acceleration.
Comments
0 comments
Article is closed for comments.