File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11FROM debian:bullseye-slim
22
33COPY run.sh /bin/run.sh
4-
54RUN chmod +x /bin/run.sh
65
76ENTRYPOINT [ "run.sh" ]
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments