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
When running in Docker under openshift, the following error appears at the start of a calrissian run:
Could not load extension schema https://schema.org/docs/schema_org_rdfa.html: ('https://schema.org/docs/schema_org_rdfa.html', LockFailed('failed to create /.cache/salad/b/2/8/9/0/calrissian-gatk4-preprocessing-pkg-7rxg9-55dae700.13435938927651500254',))
Could not load extension schema https://schema.org/docs/schema_org_rdfa.html: ('https://schema.org/docs/schema_org_rdfa.html', LockFailed('failed to create /.cache/salad/b/2/8/9/0/calrissian-gatk4-preprocessing-pkg-7rxg9-55dae700.13435938927651500254',))
I suspect that schema-salad's home-dir lookup for caching is involved, and setting an environment variable on the pod would fix it.
The text was updated successfully, but these errors were encountered:
This is a regression introduced in #42. The messages didn't appear with the S2I-built image. When using the centos/python-36-centos7 python image, $HOME is set to /opt/app-root/src/, and an arbitrary user has permissions to write there.
Remedy is to create a HOME directory in the Dockerfile, as the s2i image does:
When running in Docker under openshift, the following error appears at the start of a calrissian run:
I suspect that schema-salad's home-dir lookup for caching is involved, and setting an environment variable on the pod would fix it.
The text was updated successfully, but these errors were encountered: