Skip to content

Commit

Permalink
release 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mosoriob authored May 28, 2024
1 parent 7519039 commit 0d2250d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions app.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"id": "no-interactive-example",
"version": "0.0.1",
"version": "0.1.0",
"description": "Run an non-interactive script on TACC using docker.",
"owner": "${apiUserId}",
"enabled": true,
"runtime": "SINGULARITY",
"runtimeVersion": null,
"runtimeOptions": ["SINGULARITY_RUN"],
"containerImage": "docker://ghcr.io/in-for-disaster-analytics/cookbook-template-simple:sha-fb59e5f",
"containerImage": "docker://ghcr.io/in-for-disaster-analytics/cookbook-docker-template:0.1.0",
"jobType": "BATCH",
"maxJobs": -1,
"maxJobsPerUser": -1,
Expand All @@ -20,7 +20,7 @@
"execSystemExecDir": "${JobWorkingDir}",
"execSystemInputDir": "${JobWorkingDir}",
"execSystemOutputDir": "${JobWorkingDir}/output",
"execSystemLogicalQueue": "gpu-a100",
"execSystemLogicalQueue": "development",
"archiveSystemId": "cloud.data",
"archiveSystemDir": "HOST_EVAL($HOME)/tapis-jobs-archive/${JobCreateDate}/${JobName}-${JobUUID}",
"archiveOnAppError": true,
Expand Down Expand Up @@ -92,7 +92,7 @@
"tags": ["portalName: ALL"],
"notes": {
"label": "My first cookbook",
"helpUrl": "https://github.com/In-For-Disaster-Analytics/cookbook-tutorial-template",
"helpUrl": "https://github.com/In-For-Disaster-Analytics/Cookbook-Docker-Template",
"helpText": "This app is non-interactive and runs a simple script that greets a target with a greeting of your choice",
"hideNodeCountAndCoresPerNode": true,
"isInteractive": false,
Expand Down

0 comments on commit 0d2250d

Please sign in to comment.