micromamba remove --no-prune
is still pruning some files of dependencies
#2348
Labels
type::bug
Something isn't working
Hi,
I am a new user of mamba, and I am trying it out as a temporary workaround for Kaggle/docker-python#1227.
I would like to use mamba to remove a few selected packages (which I am sure I am not using in my application) from an upstream docker image to decrease its disk occupation, yet making minimal changes to the overall environment. Reading the documentation, I thought that the command I was looking for was
micromamba remove --no-prune
. Still, it seems to remove some files of the dependencies (e.g.METADATA
) as well.Please see below for a reproducible example.
Should I be providing additional command line options?
Thanks!
The text was updated successfully, but these errors were encountered: