achael / eht-imaging

Imaging, analysis, and simulation software for radio interferometry
https://achael.github.io/eht-imaging/
GNU General Public License v3.0
5.29k stars 496 forks source link

Move docker base image to conda3 #146

Closed gquarles closed 2 years ago

gquarles commented 2 years ago

This migrates the docker image to the python 3

Python has the html package included in the standard library so I also changed the requirements.txt file to only install html when using python 2

gquarles commented 2 years ago

Closes https://github.com/achael/eht-imaging/issues/131 This was already fixed with a previous PR but the issue should be closed anyways

achael commented 2 years ago

Thank you for the fix to the dockerfile! I have changed the base branch to 'dev', but will merge recent dev updates to main later this week.