Has anyone encountered ImageSpec removing packages? I ran
python -m pip list
inside my base image container and new image container, and noticed that the new image is missing several packages. In trying to debug this, I didn't specify any new packages to install in the image spec, so the images should be identical.
t
tall-lock-23197
06/29/2023, 1:31 PM
That shouldn't happen. How does your ImageSpec look and what packages are being removed?
l
lemon-gold-32767
06/29/2023, 5:41 PM
Figured it out with envd team. It's due to envd changing the USER when building the image.