OSIPI / TF2.4_IVIM-MRI_CodeCollection

OSIPI TF2.4: IVIM MRI code collection
Apache License 2.0
9 stars 27 forks source link

created the dockerise version of the TF2.4_IVIM-MRI_CodeCollection #66

Closed Unique-Usman closed 4 months ago

Unique-Usman commented 4 months ago

Created the dockerise version of the TF2.4_IVIM-MRI_CodeCollection

Fixes #64

@etpeterson Kindly check the Dockerfile for any changes and also the the .dockerignore for files you think we can ignore.

When I build this, the size of the whole image was about 6.3gb which I think might be too big.

As of now it works perfectly.

Also, which repository are we pushing the image to ?

Also, I remove the loggin in the requirement.txt as it is a builtin python library and it is causing issue.

Thank you.

Unique-Usman commented 4 months ago

I tried out alpine image, but, it does not work as it does not have support for installing pytorch.

etpeterson commented 4 months ago

Looks good. I actually haven't been able to test it but it's a new feature and low impact on existing things, so I think it's safe to merge. I'll try to check in the next few days though.

Unique-Usman commented 4 months ago

Thanks @etpeterson, let's move to the next goal.