Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Switch base image to nvidia/cuda for GPU support
Updated Dockerfile to use nvidia/cuda:12.3.2-base-ubuntu22.04 as the base image to enable GPU support. This change is made for better compatibility with CUDA 12 and GPU acceleration, aligning with the requirement to run applications that make extensive use of GPU resources. The previous image from chainguard was replaced to exploit the latest CUDA version's features and performance improvements. The comment on the ubuntu:22.04 line preserves the option for a future switch if needed. Refs open-webui#1234 (if there's an associated issue)
- Loading branch information