add amdgpu.ids to docker images (#1569)

This commit is contained in:
henrygd
2026-02-13 19:55:02 -05:00
parent 04d54a3efc
commit 7d6c0caafc
3 changed files with 9 additions and 0 deletions

View File

@@ -23,6 +23,9 @@ COPY --from=builder /agent /agent
# this is so we don't need to create the /tmp directory in the scratch container
COPY --from=builder /tmp /tmp
# AMD GPU name lookup (used by agent on Linux when /usr/share/libdrm/amdgpu.ids is read)
COPY --from=builder /app/agent/test-data/amdgpu.ids /usr/share/libdrm/amdgpu.ids
# Ensure data persistence across container recreations
VOLUME ["/var/lib/beszel-agent"]