diff --git a/runner/entrypoint.sh b/runner/entrypoint.sh index f0dc01c2c..9f050c502 100755 --- a/runner/entrypoint.sh +++ b/runner/entrypoint.sh @@ -33,6 +33,9 @@ ln -s /storage/artifacts /home/$USER/.julia/artifacts # run the command +# discover libraries (which may be mounted at run time, e.g., libcuda by the Docker runtime) +ldconfig + cd /home/$USER sudo --user $USER --set-home \ CI=true PKGEVAL=true JULIA_PKGEVAL=true \