Hi! I have issue bootstrapping conda env in sagemaker. I have image in registry with base necessary libs and I want to add one lib in one of the steps. Once I try to add --environment=conda in command line and define via @conda decorator necessary new lib , I’m getting error with all the other libs importing in other steps: ModuleNotFoundError: No module named “X”.
Question, how can I use image in registry and add new additional libs in specific steps, without rebuilding a new docker?
Thank you in advance!