Skip to content

Commit

Permalink
fix: rename docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
mosoriob committed May 28, 2024
1 parent dcbe2dd commit da08c69
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"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 da08c69

Please sign in to comment.