notebooks-ai / notebooks-help

Issues with Notebooks.ai? Create an issue here!
https://notebooks.ai
MIT License
14 stars 5 forks source link

Update Debian image to last stable (stretch) #9

Closed dclong closed 4 years ago

dclong commented 5 years ago

It seems to me that the Docker images are based on Debian Jessie which is too old. For example, sqlite3 fts5 is not available on it. Can we use a more up-to-date base image or allow user-define Docker image as suggested in https://github.com/rmotr/notebooks-help/issues/8?

martinzugnoni commented 5 years ago

Yes, Jessie is old but still supported and stable. Stretch (Debian 9) would probably be a better more-moderns still stable option. The newer versions (>9) are either in testing or still unstable. Check it here: https://en.wikipedia.org/wiki/Debian_version_history

dclong commented 5 years ago

Why not use Debian Stretch? I check the Dockerfile, python:3.6-jessie is used. Perhaps it is as simple as switching to python:3.6-stretch?

santiagobasulto commented 5 years ago

@dclong I'm marking this as a feature request. Thanks again for submitting it!

santiagobasulto commented 5 years ago

We need to decide if we should update or not. Scheduled for this sprint.

dclong commented 5 years ago

Any update on this issue?

matiascaputti commented 4 years ago

@dclong Docker images have been updated to use Debian Stretch (python:3.6-stretch).