DFO-Ocean-Navigator / netcdf-timestamp-mapper

Maps timestamps (and variables) to a corresponding nc file using sqlite3.
https://dfo-ocean-navigator.github.io/netcdf-timestamp-mapper/
GNU General Public License v3.0
1 stars 1 forks source link

Migrate to lighter weight container OS #13

Open htmlboss opened 4 years ago

htmlboss commented 4 years ago

Ubuntu is a bit bloated for what this tool needs. Once we have the miniconda environment figured out it'll be portable to most Linux distros.

I think Debian 10 would be a good starting point after #12 is merged. It's much smaller than Ubuntu.

@dwayne-hart

htmlboss commented 4 years ago

If we were to use Debian 10, we would have to enable the testing repositories "properly" to get gcc-9: https://serverfault.com/questions/22414/how-can-i-run-debian-stable-but-install-some-packages-from-testing?noredirect=1&lq=1

If it's too big of a pain I can backport all the code to use the default gcc-8