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
{{ message }}
This repository was archived by the owner on Oct 24, 2025. It is now read-only.
^ This code never gets run if during the docker-run one of the Python package builds fails (e.g. due to missing some system dependency).
This will leave the download cache files owned by root, which will in turn prevent subsequent build attempts from working, due to this earlier attempt to open $downloadCacheDir/requriements.txt in write mode now being unable to succeed.