Skip to content

Commit

Permalink
feat(config): upgrade to Jupyter SciPy 7.2.2 notebook
Browse files Browse the repository at this point in the history
  • Loading branch information
tiborsimko committed Nov 22, 2024
1 parent be6a388 commit 5eb39cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reana_workflow_controller/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ def _env_vars_dict_to_k8s_list(env_vars):
"""Common to all workflow engines environment variables for debug mode."""

JUPYTER_INTERACTIVE_SESSION_DEFAULT_IMAGE = (
"docker.io/jupyter/scipy-notebook:notebook-6.4.5"
"quay.io/jupyter/scipy-notebook:notebook-7.2.2"
)
"""Default image for Jupyter based interactive session deployments."""

Expand Down

0 comments on commit 5eb39cb

Please sign in to comment.