Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Condainer
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Monitor
Service Desk
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
mpcdf
Condainer
Commits
31d96fb4
Commit
31d96fb4
authored
1 year ago
by
Klaus Reuter
Browse files
Options
Downloads
Patches
Plain Diff
add remark about source activate and shells
parent
34c779c1
No related branches found
No related tags found
No related merge requests found
Pipeline
#187139
passed
1 year ago
Stage: test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+4
-3
4 additions, 3 deletions
README.md
with
4 additions
and
3 deletions
README.md
+
4
−
3
View file @
31d96fb4
# Condainer - Compressed Conda environments for HPC systems
# Condainer - Compressed Conda environments for HPC systems

## TL;DR - Quick start guide
## TL;DR - Quick start guide
Condainer puts Conda environments into compressed (squashfs) images which makes
Condainer puts Conda environments into compressed (squashfs) images which makes
...
@@ -33,6 +31,9 @@ shell session, sililar to plain Conda or to a Python virtual environment:
...
@@ -33,6 +31,9 @@ shell session, sililar to plain Conda or to a Python virtual environment:
source
activate
source
activate
```
```
Please note that
`source activate`
will only work with bourne shells (e.g.
`bash`
or
`zsh`
), not with the older C shells and korn shells.
### Alternatively, run an executable from a compressed environment directly
### Alternatively, run an executable from a compressed environment directly
In case you do not want to activate the environment, you can run individual executables from the environment transparently, e.g.
In case you do not want to activate the environment, you can run individual executables from the environment transparently, e.g.
...
@@ -202,4 +203,4 @@ No installer is downloaded in case that variable is defined.
...
@@ -202,4 +203,4 @@ No installer is downloaded in case that variable is defined.
Condainer is available under the MIT license at
<https://gitlab.mpcdf.mpg.de/mpcdf/condainer>
or
<https://github.com/reuterk/condainer>
.
Condainer is available under the MIT license at
<https://gitlab.mpcdf.mpg.de/mpcdf/condainer>
or
<https://github.com/reuterk/condainer>
.
Copyright © 2023- Klaus Reuter
<klaus.reuter@mpcdf.mpg.de>
, Max Planck Computing and Data Facility
Copyright © 2023- Klaus Reuter
<klaus.reuter@mpcdf.mpg.de>
, Max Planck Computing and Data Facility
\ No newline at end of file
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