diff --git a/app.json b/app.json index 9a5820c..1d2fd97 100644 --- a/app.json +++ b/app.json @@ -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, @@ -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, @@ -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,