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
I've temp. worked around it for now by doing the following in my final image:
FROM wolframresearch/aws-lambda-wolframlanguage:latest
USER root
RUN cp -f /usr/local/Wolfram/WolframEngine/13.0/SystemFiles/Libraries/Linux-x86-64/libiomp5.so \
/usr/local/Wolfram/WolframEngine/13.3/SystemFiles/Libraries/Linux-x86-64/libiomp5.so
USER wolframengine
// ...
The text was updated successfully, but these errors were encountered:
aplr
changed the title
libiomp5.so patch not working for latest version
libiomp5.so patch not working for latest wolfram version
May 22, 2024
The patch of libiomp5.so from #2 does not work for wolfram versions later than 13.0, as the directory has changed.
AWSLambda-WolframLanguage/Dockerfile
Lines 22 to 24 in c85d96b
This should rather be something like:
I've temp. worked around it for now by doing the following in my final image:
The text was updated successfully, but these errors were encountered: