mirror of
https://github.com/open-webui/open-webui.git
synced 2026-03-10 15:54:15 -05:00
feat: add a new docker image tag cuda-cu126 #5419
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ER-EPR on GitHub (Jun 2, 2025).
Check Existing Issues
related to https://github.com/open-webui/open-webui/discussions/13654#discussion-8291452
Problem Description
Since PyTorch drop support for cuda capability 7.0 and below in their 2.7-cu128 release, in https://github.com/pytorch/pytorch/blob/v2.7.0/.ci/manywheel/build_cuda.sh
and open webui change the PyTorch version accordingly. I think for many people still using 'old' cards (only 8 years for V100 with cuda capability 7.0) a separate docker tag will be convenient.
Desired Solution you'd like
the only thing needs to change is the github action, just copy the current cuda tag workflow, and add a build arg:
--build-arg="USE_CUDA_VER=cu126"and name it with a new tag e.g. cuda-cu126Alternatives Considered
none
Additional Context
No response
@tjbck commented on GitHub (Jun 2, 2025):
PR welcome.