Installation
The installation of DLIO follows the standard python package installation as follows:
git clone https://github.com/argonne-lcf/dlio_benchmark
cd dlio_benchmark/
pip install .
One can also build and install the package as follows
git clone https://github.com/argonne-lcf/dlio_benchmark
cd dlio_benchmark/
python setup.py build
python setup.py install
One can also install the package directly from github
pip install git+https://github.com/argonne-lcf/dlio_benchmark.git@main
One can build a docker image run DLIO inside a container.
git clone https://github.com/argonne-lcf/dlio_benchmark
cd dlio_benchmark/
docker build -t dlio .
docker run -t dlio dlio_benchmark
A prebuilt docker image is available in docker hub (might not be up-to-date)
docker pull docker.io/zhenghh04/dlio:latest
docker run -t docker.io/zhenghh04/dlio:latest dlio_benchmark
To run interactively in the docker container.
docker run -t docker.io/zhenghh04/dlio:latest bash
root@30358dd47935:/workspace/dlio# dlio_benchmark