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

enroot issue with bazel #226

Open
vsee opened this issue Mar 5, 2025 · 0 comments
Open

enroot issue with bazel #226

vsee opened this issue Mar 5, 2025 · 0 comments

Comments

@vsee
Copy link

vsee commented Mar 5, 2025

Hello,

I am trying to run a bazelisk build within an enroot container and run into problems. Bazelisk crashes for me indicating a cgroup problem but I can't figure out why. I am running my enroot container on a slurm cluster but I can also see the error if I start the commands directly:

/usr/bin/enroot import --output pytorch:24.07-py3.sqsh -- docker://nvcr.io#nvidia/pytorch:24.07-py3
/usr/bin/enroot create --name my_builder -- pytorch:24.07-py3.sqsh
/usr/bin/enroot start -- my_builder wget https://github.com/bazelbuild/bazelisk/releases/download/v1.25.0/bazelisk-linux-amd64
/usr/bin/enroot start -- my_builder chmod +x bazelisk-linux-amd64
/usr/bin/enroot start -- my_builder ./bazelisk-linux-amd64
/usr/bin/enroot remove --force -- my_builder

expected output
https://pastebin.com/VuAK3mS3

I am currently talking to the Bazelisk team as well here: bazelbuild/bazelisk#665

Can you help me figure out what the problem could be?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant