Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Installer
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
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
Code review analytics
Issue analytics
Insights
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
cms-analysis
General
DasAnalysisSystem
Installer
Commits
82fcd58a
Commit
82fcd58a
authored
8 months ago
by
Patrick Louis S Connor
Browse files
Options
Downloads
Patches
Plain Diff
using DAS as default environment name in micromamba
parent
f8fbd585
No related branches found
No related tags found
2 merge requests
!34
Migration
,
!30
extend installation instructions to micromamba
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.gitlab-ci.yml
+1
-1
1 addition, 1 deletion
.gitlab-ci.yml
README.md
+1
-1
1 addition, 1 deletion
README.md
prerequisites.yml
+1
-0
1 addition, 0 deletions
prerequisites.yml
with
3 additions
and
2 deletions
.gitlab-ci.yml
+
1
−
1
View file @
82fcd58a
...
...
@@ -24,7 +24,7 @@ micromamba:
-
sh <(curl -L micro.mamba.pm/install.sh)
-
source ~/.bashrc
-
micromamba --version
-
micromamba create -f prerequisites.yml -
n DAS
-
y
-
micromamba create -f prerequisites.yml -
y
-
v
-
micromamba activate DAS
-
./install.sh
-
source tools/setup.sh
...
...
This diff is collapsed.
Click to expand it.
README.md
+
1
−
1
View file @
82fcd58a
...
...
@@ -84,7 +84,7 @@ Follow this method to install the software on your private machine:
```
2.
Then create a new environment with all prerequisites:
```
micromamba create -f prerequisites.yml
-n DAS
-y
micromamba create -f prerequisites.yml -y
micromamba activate DAS
```
where
`DAS`
is here just a name, which you can adapt to anything.
...
...
This diff is collapsed.
Click to expand it.
prerequisites.yml
+
1
−
0
View file @
82fcd58a
name
:
DAS
channels
:
-
conda-forge
dependencies
:
...
...
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