eidelen / DicomToMesh

A command line tool to transform a DICOM volume into a 3d surface mesh (obj, stl or ply). Several mesh processing routines can be enabled, such as mesh reduction, smoothing or cleaning. Works on Linux, OSX and Windows.
MIT License
451 stars 93 forks source link

Simple docker file #44

Closed reutsharabani closed 10 months ago

reutsharabani commented 10 months ago

For people who want to just use it without messing around too much

eidelen commented 10 months ago

Hi Reut, I do know little about docker. But I am thankful for your contribution and I would like to merge it. Here some minor issues:

Thank you, Adrian

reutsharabani commented 10 months ago

Hi Adrian,

Thank you for this repo! I used it for my chest CT.

I made the changes you asked for.

Docker is a virtualization layer which in this context allows you to run the project without installing things locally (I created a simple docker file using the ubuntu package, but it can be better).

All you need is docker installed which is pretty common nowdays.

I used this docker file myself, but it would be best if someone can try it as well to confirm that it works.

eidelen commented 10 months ago

Hi Reut, Thank you. It is merged. Adrian