Skip to content

Providing Arch64 image on Dockerhub #33

@pramodk

Description

@pramodk

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions