Skip to content

Commit

Permalink
Merge pull request #8314 from uc-cdis/update/heal_tutorial_ws
Browse files Browse the repository at this point in the history
update heal tutorial ws
  • Loading branch information
jmontmaxwell authored Jan 28, 2025
2 parents c2aeb9b + de2caeb commit c470b6b
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions healdata.org/manifests/hatchery/hatchery.json
Original file line number Diff line number Diff line change
Expand Up @@ -155,17 +155,19 @@
"cpu-limit": "1.0",
"memory-limit": "2Gi",
"name": "(Tutorials) Example Analysis Jupyter Lab Notebooks",
"image": "quay.io/cdis/heal-notebooks:combined_tutorials__c3f43a1b8e058be76a9d998a7009e270dce04e6f",
"image": "quay.io/cdis/heal-notebooks:combined_tutorials__22ec8d31c349ea76590d1071e8ceb1072eb69c72",
"env": {
"FRAME_ANCESTORS": "https://healdata.org"
},
"args": [
"--NotebookApp.base_url=/lw-workspace/proxy/",
"--NotebookApp.default_url=/lab",
"--NotebookApp.password=''",
"--NotebookApp.token=''",
"--NotebookApp.shutdown_no_activity_timeout=5400",
"--NotebookApp.quit_button=False"
"--JupyterNotebookApp.base_url=/lw-workspace/proxy/",
"--JupyterNotebookApp.default_url=/lab",
"--JupyterNotebookApp.password=''",
"--JupyterNotebookApp.token=''",
"--JupyterNotebookApp.ip='*'",
"--JupyterNotebookApp.notebook_dir='/home/jovyan'",
"--JupyterNotebookApp.shutdown_no_activity_timeout=3600",
"--JupyterNotebookApp.quit_button=False"
],
"command": [
"start-notebook.sh"
Expand Down

0 comments on commit c470b6b

Please sign in to comment.