Skip to content

Commit

Permalink
example singularity kernel
Browse files Browse the repository at this point in the history
  • Loading branch information
zonca committed Dec 13, 2023
1 parent 362f168 commit b54c17c
Show file tree
Hide file tree
Showing 4 changed files with 282 additions and 0 deletions.
17 changes: 17 additions & 0 deletions singularity/example_singularity_kernel/kernel.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"argv": [
"singularity",
"exec",
"/home/ubuntu/jupyterhub-deploy-kubernetes-jetstream/singularity/cdmsfull_V04-14-01.sif",
"/usr/bin/python3",
"-m",
"ipykernel_launcher",
"-f",
"{connection_file}"
],
"display_name": "CDMS",
"language": "python",
"metadata": {
"debugger": true
}
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
265 changes: 265 additions & 0 deletions singularity/example_singularity_kernel/logo-svg.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit b54c17c

Please sign in to comment.