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

container run issue with exec format error #132

Open
pankajd-57 opened this issue Jan 8, 2024 · 3 comments
Open

container run issue with exec format error #132

pankajd-57 opened this issue Jan 8, 2024 · 3 comments
Assignees

Comments

@pankajd-57
Copy link

Hi, I have x64 based system with Ubuntu 20.04 and with GPUs in it. When i try to run
docker run -t docker.io/zhenghh04/dlio:latest python ./dlio_benchmark/main.py ++workload.workflow.generate_data=True,
I get below error .
standard_init_linux.go:211: exec user process caused "exec format error"
PLease suggest

@pankajd-57
Copy link
Author

Hi, any pointers in this regard?

@hariharan-devarajan
Copy link
Collaborator

This can also happen when your host machine has a different architecture from your guest container image.

The image your using if probably on a different architecture as your host.

Can you try this which builds the image from scratch.

https://github.com/argonne-lcf/dlio_benchmark/blob/main/Dockerfile

@hariharan-devarajan hariharan-devarajan self-assigned this Jan 10, 2024
@pankajd-57
Copy link
Author

thnks ..it worked..

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

2 participants