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
Environment variables set in Python process will get passed into the singularity container started by BmiClientSingularity.
This gives problems when env var value points to a path that is not available inside container.
Environment variables set in Python process will get passed into the singularity container started by BmiClientSingularity.
This gives problems when env var value points to a path that is not available inside container.
Problem was detected with GDAL_DATA env var in eWaterCycle/ewatercycle#268 (comment) and was worked around in eWaterCycle/ewatercycle#268 (comment), by setting env var inside Dockerfile.
Possible solution could be to start container with
--cleanenv
arg, see https://singularity.hpcng.org/user-docs/3.8/cli/singularity_run.html?highlight=cleanenv#optionsThe text was updated successfully, but these errors were encountered: