Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(jupyter-nde1.1.0) #988

Merged
merged 1 commit into from
Dec 16, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions niaiddata.org/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
"cpu-limit": "1.0",
"memory-limit": "14512Mi",
"name": "Jupyter Notebook Predict Antimicrobial Drug Resistance of Tuberculosis- Lab Edition",
"image": "quay.io/cdis/jupyter-tb:jupyter-nde1.0.0",
"image": "quay.io/cdis/jupyter-tb:jupyter-nde1.1.0",
"env": {"FRAME_ANCESTORS": "https://tb.niaiddata.org https://microbiome.niaiddata.org https://aids.niaiddata.org https://flu.niaiddata.org"},
"args": ["--NotebookApp.base_url=/lw-workspace/proxy/","--NotebookApp.default_url=/lab","--NotebookApp.password=''","--NotebookApp.token=''"],
"command": ["start-notebook.sh"],
Expand All @@ -92,7 +92,7 @@
"cpu-limit": "1.0",
"memory-limit": "14512Mi",
"name": "Jupyter Notebook DAIDS- Lab Edition",
"image": "quay.io/cdis/jupyter-daids:jupyter-nde1.0.0",
"image": "quay.io/cdis/jupyter-daids:jupyter-nde1.1.0",
"env": {"FRAME_ANCESTORS": "https://tb.niaiddata.org https://microbiome.niaiddata.org https://aids.niaiddata.org https://flu.niaiddata.org"},
"args": ["--NotebookApp.base_url=/lw-workspace/proxy/","--NotebookApp.default_url=/lab","--NotebookApp.password=''","--NotebookApp.token=''"],
"command": ["start-notebook.sh"],
Expand All @@ -109,7 +109,7 @@
"cpu-limit": "1.0",
"memory-limit": "14512Mi",
"name": "Jupyter Notebook DAIT- Lab Edition",
"image": "quay.io/cdis/jupyter-dait:jupyter-nde1.0.0",
"image": "quay.io/cdis/jupyter-dait:jupyter-nde1.1.0",
"env": {"FRAME_ANCESTORS": "https://tb.niaiddata.org https://microbiome.niaiddata.org https://aids.niaiddata.org https://flu.niaiddata.org"},
"args": ["--NotebookApp.base_url=/lw-workspace/proxy/","--NotebookApp.default_url=/lab","--NotebookApp.password=''","--NotebookApp.token=''"],
"command": ["start-notebook.sh"],
Expand All @@ -126,7 +126,7 @@
"cpu-limit": "1.0",
"memory-limit": "14512Mi",
"name": "Jupyter Notebook DMID- Lab Edition",
"image": "quay.io/cdis/jupyter-dmid:jupyter-nde1.0.0",
"image": "quay.io/cdis/jupyter-dmid:jupyter-nde1.1.0",
"env": {"FRAME_ANCESTORS": "https://tb.niaiddata.org https://microbiome.niaiddata.org https://aids.niaiddata.org https://flu.niaiddata.org"},
"args": ["--NotebookApp.base_url=/lw-workspace/proxy/","--NotebookApp.default_url=/lab","--NotebookApp.password=''","--NotebookApp.token=''"],
"command": ["start-notebook.sh"],
Expand All @@ -143,7 +143,7 @@
"cpu-limit": "1.0",
"memory-limit": "1024Mi",
"name": "R Studio InflammatoryR",
"image": "quay.io/cdis/rstudio-inflammatory:jupyter-nde1.0.0",
"image": "quay.io/cdis/rstudio-inflammatory:jupyter-nde1.1.0",
"env": {"WWW_FRAME_ORIGIN": "https://tb.niaiddata.org https://microbiome.niaiddata.org https://aids.niaiddata.org https://flu.niaiddata.org","DISABLE_AUTH": "true"},
"args": [],
"path-rewrite": "/",
Expand Down