Skip to content

Commit

Permalink
Scan for libraries during start-up.
Browse files Browse the repository at this point in the history
  • Loading branch information
maleadt committed Apr 15, 2021
1 parent 3c8ba01 commit 1822662
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions runner/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 1822662

Please sign in to comment.