argonne-lcf / dlio_benchmark

An I/O benchmark for deep Learning applications
https://dlio-benchmark.readthedocs.io
Apache License 2.0
66 stars 30 forks source link

container run issue with exec format error #132

Open pankajd-57 opened 10 months ago

pankajd-57 commented 10 months ago

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 commented 10 months ago

Hi, any pointers in this regard?

hariharan-devarajan commented 10 months ago

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

pankajd-57 commented 9 months ago

thnks ..it worked..