GeoscienceAustralia / dea-sandbox

Digital Earth Australia Sandbox config and planning
Apache License 2.0
13 stars 6 forks source link

jupyterhub version upgrade to 1.3.0 #157

Closed NikitaGandhi closed 3 years ago

NikitaGandhi commented 3 years ago

as part of jupyterhub upgrade, we need to upgrade jupyterhub version to 1.3.0

Kirill888 commented 3 years ago

We can't merge this, as this won't work with current deployment that has older jupyterhub version.

NikitaGandhi commented 3 years ago

We can't merge this, as this won't work with current deployment that has older jupyterhub version.

We are performing Jupyterhub upgrade tomorrow. Then we are planning to merge and also create a stable release.

Kirill888 commented 3 years ago

that's great, but it ain't building anymore, cause things in the world moved on and we are not pinning things enough

NikitaGandhi commented 3 years ago

that's great, but it ain't building anymore, cause things in the world moved on and we are not pinning things enough

oh, but it was working last week and manage to test geoscienceaustralia/sandbox-dev:upgrade-jupyterhub-version image.

Kirill888 commented 3 years ago

Yep, but we updated base image to fix CVE, that in turn caused re-build of python environment, and in there this library https://pypi.org/project/pysal/#history now no longer works on python 3.6

NikitaGandhi commented 3 years ago

Yep, but we updated base image to fix CVE, that in turn caused re-build of python environment, and in there this library https://pypi.org/project/pysal/#history now no longer works on python 3.6

I saw you are making some quick fix. shell I wait until you complete it. We also need this change tomorrow

Kirill888 commented 3 years ago

We'll see, hopefully it builds fine, I was also having issues with curl failing to fetch ffmpeg binary. But once it works fine it will be cached in a docker layer.