Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix binding of folders when running with singularity. #116

Merged
merged 1 commit into from
Jul 17, 2024

Commits on Jul 15, 2024

  1. Fix binding of folders when running with singularity.

    When running with singularity the current working directory and
    home folders get mounted by default. It seems that this can collide
    with our own mounts, which get mounted into webapp/assets of the
    zDB directory, which usually also is the CWD. I did not quite
    understand why this works in certain cases but not in others, but
    it seems this led to zDB not running with singularity on our server.
    Adding the -c option to avoid sharing the filesystem resolves this
    issue.
    njohner committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    242b7c5 View commit details
    Browse the repository at this point in the history