An init script is used to install system libraries, per below.
Adding the script to a Personal Compute consistently works. The same script is added to a Workflows job via cluster config, which intermittently fails, as shown in error message below.
Both Personal and Workflow clusters are on 14.3 LTS runtime; surprised with the instability of the latter.
Any troubleshooting advice is appreciated.
Init Script
#!/bin/bash
set -euxo pipefail
if [[ $DB_IS_DRIVER = "TRUE" ]]; then
sudo apt-get -y update && apt-get install -y libudunits2-dev libgdal-dev libgeos-dev libproj-dev
fi
Error
![leungi_0-1718291897408.png leungi_0-1718291897408.png](/t5/image/serverpage/image-id/8533i0BFE941ABD4960E0/image-size/medium/is-moderation-mode/true?v=v2&px=400)