robbert-harms / MDT

Microstructure Diffusion Toolbox
GNU Lesser General Public License v3.0
50 stars 18 forks source link

Running MDT via Docker #56

Open rosella1234 opened 1 year ago

rosella1234 commented 1 year ago

I have managed to build MDT via Docker using docker build -f containers/Dockerfile.intel .. I am now wondering which is the command to run it. Thanks in advance, Rosella Trò

robbert-harms commented 1 year ago

Hi Rosella, I am unfortunately also not very skilled in docker. The docker files in the repository were created by another user of MDT. I am sorry I can not help you further in that regard.

As an alternative, you could try installing a virtual environment (Python specific thing) and install MDT in that environment using "pip install mdt". This should also work on centos.

Best, Robbert