Skip to content

Commit 7490ddf

Browse files
committed
release 0.0.6
1 parent 1f94247 commit 7490ddf

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

app-dev.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"id": "jupyter-lab-llama-ls6-dev",
3-
"version": "0.0.6-b0330c4",
3+
"version": "0.0.6",
44
"description": "Run an interactive Jupyter Lab session on an HPC compute node to use LLama. ",
55
"owner": "${apiUserId}",
66
"enabled": true,
77
"runtime": "SINGULARITY",
88
"runtimeVersion": null,
99
"runtimeOptions": ["SINGULARITY_RUN"],
10-
"containerImage": "docker://ghcr.io/in-for-disaster-analytics/tap_llmrepository-docker:sha-b0330c4",
10+
"containerImage": "docker://ghcr.io/in-for-disaster-analytics/tap_llmrepository-docker:0.0.6",
1111
"jobType": "BATCH",
1212
"maxJobs": -1,
1313
"maxJobsPerUser": -1,

app.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"id": "jupyter-lab-llama-ls6",
3-
"version": "0.0.5",
3+
"version": "0.0.6",
44
"description": "Run an interactive Jupyter Lab session on an HPC compute node to use LLama.",
55
"owner": "${apiUserId}",
66
"enabled": true,
77
"runtime": "SINGULARITY",
88
"runtimeVersion": null,
99
"runtimeOptions": ["SINGULARITY_RUN"],
10-
"containerImage": "docker://ghcr.io/in-for-disaster-analytics/tap_llmrepository-docker:0.0.5",
10+
"containerImage": "docker://ghcr.io/in-for-disaster-analytics/tap_llmrepository-docker:0.0.6",
1111
"jobType": "BATCH",
1212
"maxJobs": -1,
1313
"maxJobsPerUser": -1,

0 commit comments

Comments
 (0)