Skip to content

Commit

Permalink
update hub after pip in dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
rsarm committed Aug 30, 2024
1 parent 35709bc commit 82327fe
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions chart/f7t4jhub/templates/deployment-hub.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ metadata:
{{- end }}
spec:
replicas: 1
strategy:
type: Recreate
selector:
matchLabels:
app: hub
Expand Down Expand Up @@ -45,8 +47,7 @@ spec:
- "/bin/bash"
- "-c"
- >
. /opt/conda/bin/activate &&
conda activate py311 &&
. /opt/jhub-env/bin/activate &&
jupyterhub --config /etc/config/jupyterhub_config.py --ip 0.0.0.0
{{- if .Values.hub.debug }} --debug{{- end }}
ports:
Expand Down

0 comments on commit 82327fe

Please sign in to comment.