Conda installations from .yml file fail with error libmamba Could not open lockfile '/opt/conda/pkgs/pkgs.lock'
Prior to failing, conda install returned the following:
error libmamba Could not open lockfile '/opt/conda/pkgs/cache/cache.lock'
warning libmamba Cache file "/opt/conda/pkgs/cache/88ec62ec.json" was modified by another program
error libmamba Could not open lockfile '/opt/conda/pkgs/cache/cache.lock'
warning libmamba Cache file "/opt/conda/pkgs/cache/eb045dd1.json" was modified by another program
Initial command:
conda create --file insar_env.yml
Environment installation from .yml should be available across all python images.
Conda installations from .yml file fail with error libmamba Could not open lockfile '/opt/conda/pkgs/pkgs.lock'
Prior to failing, conda install returned the following:
Initial command:
conda create --file insar_env.ymlEnvironment installation from .yml should be available across all python images.