Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update python and ffmpeg version in docker cuda #5582

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

dongfengweixiao
Copy link
Contributor

  1. update python version to 3.12(the version in the official repository is 3.10, which encountered errors while executing some tasks)
  2. update ffmpeg version to 6.0(the version in the official repository is 4. x, which does not meet the running requirements of stash. The downloaded ffmpeg does not support Nvidia's CUDA.)
  3. preinstall cloudscraper bs4 stashapp tools lxml using pip

Other suggestions:

Adding the cuda version to cuda build suffix in the makefile is crucial.
cuda requires that the version in the container is not higher than the version in the host computer.

1. update python version to 3.12(the version in the official repository is 3.10, which encountered errors while executing some tasks)
2. update ffmpeg version to 6.0(the version in the official repository is 4. x, which does not meet the running requirements of stash. The downloaded ffmpeg does not support Nvidia's CUDA.)
3. preinstall cloudscraper bs4 stashapp tools lxml using pip

Signed-off-by: Dee.H.Y <[email protected]>
@dongfengweixiao dongfengweixiao force-pushed the update_python_and_ffmpeg_in_docker_cuda branch from f57d796 to a07900c Compare December 30, 2024 03:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant