-
Notifications
You must be signed in to change notification settings - Fork 336
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
bazelisk crashes within enroot container running on slurm cluster #665
Comments
Is it possible to provide the container image so that we could reproduce? |
I am using this docker image: docker://nvcr.io#nvidia/pytorch:24.07-py3 (see here as well) as the base image for enroot. I install some minor additional stuff in order to download and run github actions-runner: apt update
apt install -y --no-install-recommends \
ca-certificates curl libicu-dev |
Running inside
|
Thanks for testing. Can I get you to try this with enroot for me? https://github.com/NVIDIA/enroot/blob/master/doc/installation.md /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 |
Sorry, I won't have capacity to look into this further. |
I am running bazelisk as part of my GitHub CI which in turn uses an enroot container as part of a slurm job. Bazelisk is crashing on me immediately after launch. Here is a minimum command to reproduce it and the corresponding error message:
I can't figure out what the problem with the environment is. Any help would be appreciated.
EDIT: I used something like this to launch the slurm job.
The text was updated successfully, but these errors were encountered: