Open pankajd-57 opened 10 months ago
Hi, any pointers in this regard?
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
thnks ..it worked..
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