I wanted to know how I can pre-install Python packages in Sagemaker before spinning it up?
For example, I want to install Tensorfliw, LightFM, and Scikit-optimize
How can i code a Lifecycle Configuration file which will tell sagemaker to install these packages before it spins up and have it ready when I am ready to code.
I know the following resources: