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 plain cuda:12.4.1-runtime image lacks. Switch the agent base to cuda:12.4.1-cudnn-runtime-ubuntu22.04. Triggers a build-agent republish; operator re-pulls.
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 plain `cuda:12.4.1-runtime` image lacks. Switch the agent base to `cuda:12.4.1-cudnn-runtime-ubuntu22.04`. Triggers a `build-agent` republish; operator re-pulls.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
compose file (pull the published image, GPU reservation, model-cache volume,
.env for the token) so the agent runs with `docker compose up -d` instead of a
long docker run. A copy + .env template also placed in ~/Documents/fc-gpu-agent.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01Ttrj5P7upUTueSfoJcxEqa
onnxruntime-gpu needs cuDNN 9; the plain cuda:12.4.1-runtime image lacks it
(libcudnn.so.9 missing → CUDAExecutionProvider falls back to CPU). Switch to
the -cudnn-runtime variant which bundles cuDNN 9.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01Ttrj5P7upUTueSfoJcxEqa
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
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