fix(agent): cuDNN base image so onnxruntime-gpu loads #146
Reference in New Issue
Block a user
Delete Branch "dev"
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?
First-run fix: the agent's CUDA execution provider failed with
libcudnn.so.9: cannot open shared object file— onnxruntime-gpu needs cuDNN 9, which the plaincuda:12.4.1-runtimeimage lacks. Switch the agent base tocuda:12.4.1-cudnn-runtime-ubuntu22.04. Triggers abuild-agentrepublish; operator re-pulls.🤖 Generated with Claude Code