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
a23fffbc
Commit
a23fffbc
authored
2 years ago
by
Katrina Sharonin
Browse files
Options
Downloads
Patches
Plain Diff
updated MAMBA_EXE variable
parent
9d0ec63a
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
+3
-3
3 additions, 3 deletions
run_micro_dps.sh
with
3 additions
and
3 deletions
run_micro_dps.sh
+
3
−
3
View file @
a23fffbc
...
...
@@ -13,12 +13,12 @@ echo "Initial working directory: $(pwd -P)"
# micromamba binary dir
MICROMAMBA_BIN_DIR
=
"
$basedir
/bin"
# create that dir if it doesn't exist
mkdir
"
$MICROMAMBA_BIN_DIR
"
#
mkdir "$MICROMAMBA_BIN_DIR"
# set mambda micro exe
MICROMAMBA_EXE
=
"
$MICROMAMBA_BIN_DIR
/micromamba
"
MICROMAMBA_EXE
=
$(
pwd
-p
)
/bin
/micromamba
echo
$MICROMAMBA_EXE
# Download and extract binary to that location
curl
-Ls
https://micro.mamba.pm/api/micromamba/linux-64/latest |
tar
-xvj
"
$MICROMAMBA_EXE
"
curl
-Ls
https://micro.mamba.pm/api/micromamba/linux-64/latest |
tar
-xvj
bin/micromamba
MY_MAMBA_ENV
=
"
$basedir
/micromamba/envs/rio-tiler-new"
# MY_MAMBA_ENV="$MICROMAMBA_BIN_DIR/envs/rio-tiler-new"
...
...
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