Use older cuda image for increased compatibility (#1103)

This commit is contained in:
Impact
2025-08-28 20:49:52 -04:00
committed by GitHub
parent a3420b8c67
commit cce74246ee
+1 -1
View File
@@ -15,7 +15,7 @@ RUN CGO_ENABLED=0 GOGC=75 GOOS=$TARGETOS GOARCH=$TARGETARCH go build -ldflags "-
# --------------------------
# Final image: GPU-enabled agent with nvidia-smi
# --------------------------
FROM nvidia/cuda:12.9.1-base-ubuntu22.04
FROM nvidia/cuda:12.2.2-base-ubuntu22.04
COPY --from=builder /agent /agent
ENTRYPOINT ["/agent"]