HenrikBengtsson / conda-stage

conda-stage: Stage a Conda Environment on Local Disk
https://github.com/HenrikBengtsson/conda-stage
ISC License
7 stars 0 forks source link

Support SquashFS packaging #20

Open HenrikBengtsson opened 2 years ago

HenrikBengtsson commented 2 years ago

See https://conda.github.io/conda-pack/squashfs.html. We can start by supporting this only for --read-only staging when not using --writable.

The main question is, will it have the same benefits on BeeGFS since it remains on BeeGFS? Another, minor benefit, is that this approach does not consume TMPDIR space.