Skip to content

Commit

Permalink
change base image to python 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
garciagenrique committed Apr 25, 2024
1 parent 291fc93 commit b2397e5
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions infrastructure/cluster/flux/jhub-dev/jhub-dev-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -164,8 +164,10 @@ spec:
# mountPropagation: HostToContainer
# readOnly: true
image:
name: quay.io/jupyter/scipy-notebook
tag: python-3.11.8
#name: quay.io/jupyter/scipy-notebook
#tag: python-3.11.8
name: jupyter/scipy-notebook
tag: python-3.10.11
pullPolicy: Always
# nodeSelector:
# jupyter: singleuser
Expand Down

0 comments on commit b2397e5

Please sign in to comment.