I have read in the official documentation that requirements.txt is to be used to install library for sagemaker. However, it also also says that:
For MXNet 1.4.1, requirements.txt is not supported for inference
i am creating a model with the MxnetModel class, specifying a custom script as entry point.
What would be test way to install it? should i "Pip install" into the inference script loaded by sagemaker?
Thanks