Skip to content

Commit

Permalink
Merge pull request #8404 from uc-cdis/update/jcoin_workspace
Browse files Browse the repository at this point in the history
update generic workspace
  • Loading branch information
jmontmaxwell authored Feb 19, 2025
2 parents 3ac6a75 + 363fc98 commit 93ed9ed
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions jcoin.datacommons.io/manifests/hatchery/hatchery.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,19 +46,19 @@
"cpu-limit": "1.0",
"memory-limit": "2Gi",
"name": "(Generic) Jupyter Lab Notebook with R Kernel",
"image": "quay.io/cdis/jupyter-superslim-r:1.0.1",
"image": "quay.io/cdis/heal-notebooks:generic_rkernel__ff880f355bfcfbb1b1a8c6e4615e13152c71be2b",
"env": {
"FRAME_ANCESTORS": "https://jcoin.datacommons.io"
},
"args": [
"--NotebookApp.base_url=/lw-workspace/proxy/",
"--NotebookApp.default_url=/lab",
"--NotebookApp.password=''",
"--NotebookApp.token=''",
"--NotebookApp.ip='*'",
"--NotebookApp.notebook_dir='/home/jovyan'",
"--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=5400",
"--JupyterNotebookApp.quit_button=False"
],
"command": [
"start-notebook.sh"
Expand Down

0 comments on commit 93ed9ed

Please sign in to comment.