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

[BUG] singularity run 24.04-cuda12.2-py3.11 image fail with: stat /home/rapids/entrypoint.sh: permission denied #669

Open
AndrewTsao opened this issue May 16, 2024 · 0 comments
Labels
? - Needs Triage Need team to review and classify bug Something isn't working

Comments

@AndrewTsao
Copy link

AndrewTsao commented May 16, 2024

When I launch the RAPIDS image using Singularity, I encounter the following error:

$ singularity run --nv sif/rapidsai.sif
FATAL:   stat /home/rapids/entrypoint.sh: permission denied

I found that the current rapids directory and the conda directory in the image have been changed to 0770, causing the Singularity runtime user to be unable to access the contents of the directory.

Expected behavior

Please provide a Docker image that is friendly to Singularity. Thank you.

This command changes the permissions of the /opt/conda directory to 0770, instead of the default 0755.

COPY --chown=root:conda --chmod=770 /opt/conda /opt/conda # buildkit
@AndrewTsao AndrewTsao added ? - Needs Triage Need team to review and classify bug Something isn't working labels May 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
? - Needs Triage Need team to review and classify bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant