SAGE-3 / next

Software to enable data-rich collaboration from high-resolution display walls to your laptop
https://sage3.sagecommons.org
Other
12 stars 3 forks source link

Jupyter Notebook image update to use quay.io. No longer updated on Docker Hub #997

Closed aarande closed 3 months ago

aarande commented 3 months ago

The images for Jupyter Notebook are no longer updated and points to using the ones on quay.io. Need to update the compose file to reflect this. The following shows the update to the compose file needed:

jupyter: image: "quay.io/jupyter/datascience-notebook:latest"

Here is a link to the page https://quay.io/repository/jupyter/datascience-notebook

renambot commented 3 months ago

Yes, we have been using the 'quay.io' images for a while in the 'dev' branch. We are going to update 'main' in the coming weeks, before school starts.