Skip to content

Commit 2ce4305

Browse files
committed
Scan for libraries during start-up.
1 parent f19a03e commit 2ce4305

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

runner/entrypoint.sh

+3
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@ ln -s /storage/artifacts /home/$USER/.julia/artifacts
3333

3434
# run the command
3535

36+
# discover libraries (which may be mounted at run time, e.g., libcuda by the Docker runtime)
37+
ldconfig
38+
3639
cd /home/$USER
3740
sudo --user $USER --set-home \
3841
CI=true PKGEVAL=true JULIA_PKGEVAL=true \

0 commit comments

Comments
 (0)