Skip to content

Commit 4d9a75c

Browse files
committed
Created initial commit for running singularity based ODM-cli
1 parent 90225af commit 4d9a75c

2 files changed

Lines changed: 6 additions & 7 deletions

File tree

Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
FROM debian:bullseye-slim
22

33
COPY run.sh /bin/run.sh
4-
54
RUN chmod +x /bin/run.sh
65

76
ENTRYPOINT [ "run.sh" ]

run.sh

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
#!/bin/bash
22

3-
Greeting=$1
4-
Target=$2
53

6-
FULL_GREETING="${Greeting} ${Target}. My name is ${_tapisJobOwner}"
7-
echo "$FULL_GREETING"
8-
9-
echo $FULL_GREETING > $_tapisExecSystemOutputDir/out.txt
4+
singularity run --bind ${_tapisExecSystemInputDir}/images_dir,${_tapisExecSystemOutputDir}/code/images:/ --writable-tmpfs /corral/tacc/aci/PT2050/community/ODM/odm_latest.sif\
5+
--orthophoto-png --mesh-octree-depth 12 --ignore-gsd --dtm --smrf-threshold 0.4\
6+
--smrf-window 24 --dsm --pc-csv --pc-las --rerun-all --orthophoto-kmz --force-gps \
7+
--ignore-gsd --matcher-type flann --feature-quality ultra --max-concurrency 128\
8+
--cog --pc-classify --sky-removal --pc-quality high --rerun-all --use-hybrid-bundle-adjustment --build-overviews --time --min-num-features 10000\
9+
--project-path ${_tapisExecSystemInputDir}/images_dir

0 commit comments

Comments
 (0)