Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
fireatlas_nrt
Manage
Activity
Members
Labels
Plan
Issues
14
Issue boards
Milestones
Wiki
Code
Merge requests
2
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
gcorradini
fireatlas_nrt
Commits
fbf797c9
Commit
fbf797c9
authored
2 years ago
by
Katrina Sharonin
Browse files
Options
Downloads
Patches
Plain Diff
env name change to -n
parent
b274008a
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
run_micro_dps.sh
+2
-2
2 additions, 2 deletions
run_micro_dps.sh
with
2 additions
and
2 deletions
run_micro_dps.sh
+
2
−
2
View file @
fbf797c9
...
...
@@ -27,14 +27,14 @@ echo $PATH
echo
"micromamba version:
$(
$MICROMAMBA_EXE
--version
)
"
# flag - may need to modify order of arguments
"
$MICROMAMBA_EXE
"
create
-f
"
$basedir
/rio-tiler-new.yml"
-
p
"
$MY_MAMBA_ENV
"
"
$MICROMAMBA_EXE
"
create
-f
"
$basedir
/rio-tiler-new.yml"
-
n
"
rio-tiler-new
"
echo
"Starting algorithm in subshell"
(
pushd
"
$basedir
"
{
# try
echo
"Running in directory:
$(
pwd
-P
)
"
"
$MICROMAMBA_EXE
"
run
-
p
"
$MY_MAMBA_ENV
"
python
-u
-c
"import FireRun; FireRun.CreekSamplerun()"
"
$MICROMAMBA_EXE
"
run
-
n
"
rio-tiler-new
"
python
-u
-c
"import FireRun; FireRun.CreekSamplerun()"
popd
echo
"Copying log to special output dir"
cp
"
$basedir
/running.log"
./output
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment