dxt-explorer
dxt-explorer copied to clipboard
Providing Arch64 image on Dockerhub
Hello Team,
A long time Darshan user and I truly appreciate the functionalities provided by the dxt-explorer.
I see that on Dockerhub only x86_64 image is uploaded. Could you also push Aarch64 image as well? It would be handy!
By the way, I try to build the image from main branch and I got:
$ docker run -it hpcio/dxt-explorer -- dxt-explorer
Traceback (most recent call last):
File "/usr/local/bin/dxt-explorer", line 5, in <module>
from explorer.dxt import main
File "/usr/local/lib/python3.10/dist-packages/explorer/dxt.py", line 27, in <module>
import darshan
File "/usr/local/lib/python3.10/dist-packages/darshan/__init__.py", line 17, in <module>
from darshan.report import DarshanReport
File "/usr/local/lib/python3.10/dist-packages/darshan/report.py", line 10, in <module>
import darshan.backend.cffi_backend as backend
File "/usr/local/lib/python3.10/dist-packages/darshan/backend/cffi_backend.py", line 53, in <module>
check_version(ffi, libdutil)
File "/usr/local/lib/python3.10/dist-packages/darshan/discover_darshan.py", line 69, in check_version
raise DarshanVersionError(
darshan.discover_darshan.DarshanVersionError: This version of PyDarshan requires libdarshan-util 3.4.4, but found 3.4.6
I changed Darshan to v3.4.4 to build the image locally.