Hi all, inside a ShellTask I am attempting to run ...
# flyte-support
k
Hi all, inside a ShellTask I am attempting to run a binary that is failing because of
GLIBC
version. I can see that the env I am running in is
ldd (Debian GLIBC 2.31-13+deb11u11) 2.31
but I need
GLIBC>=2.32
. Do you have recommendations?
Copy code
/lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.33' not found
/lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.32' not found
/lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.34' not found
cc @little-cricket-84530
l
I think we may need a custom image and use that in the ShellTask
c
Hey @kind-solstice-83267 did this work for you?
l
@kind-solstice-83267 ended up bumping the base ubuntu docker image to a later version. That did the trick