You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix missing libglib2.0-0 in HPS gateway Dockerfile (#17833) (#17842)
The gateway container fails with `ImportError: libgthread-2.0.so.0`
because `paddlex[serving]` transitively imports `cv2`, which requires
`libglib2.0-0`. Add it to the apt-get install line.
0 commit comments