SwissDataScienceCenter / contributed-project-templates

A repository of community-developed project templates.
Apache License 2.0
4 stars 15 forks source link

fix streamlit docker python version #18

Closed Panaetius closed 1 year ago

Panaetius commented 1 year ago

Python 3.9.7 has a bug that affects streamlit and causes the websocket connection to not open. The newer base image has a newer python (3.9.12 I believe) where this bug is fixed.

Fix can be tested in https://dev.renku.ch/projects/ralf.grubenmann/test-streamlit

closes https://github.com/SwissDataScienceCenter/renku-notebooks/issues/1318

streamlit/issues/5140 for more details.