Replies: 2 comments
-
|
seems you don't have the right ninja/pandas libraries to compile or some are missing |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
thanks to retry with last git or v26.1.16 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Build Failure with GPU Support on Windows 11 (RTX 5060)
Hello,
I'm trying to build the Docker image with GPU support on Windows 11 using Docker Desktop (WSL 2 backend).
My goal is to use my NVIDIA RTX 5060 GPU.
Environment
Command Used
docker build -t athomasson2/ebook2audiobook . --build-arg TORCH_VERSION=cuda128Problem Description
The build process fails during the
pip installstep for the project's requirements.The error occurs while compiling C objects for the
pandaslibrary, leading to aninja: build stopped: subcommand failederror.This subsequently causes pip to fail with
metadata-generation-failedand stops the Docker build.Relevant Log Output
Could you please advise on a fix?
Perhaps the Dockerfile needs to be updated to include these build dependencies.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions