So, when I create an Endpoint instance for inferencing, it asks me for a scoring_script.py file (which I provide, no problems), but inside of it, I have a dependency that must be met.
My instance is crashing, because the image I've selected for ML work doesn't have all Azure SDK dependencies, and I need to add custom dependencies. This "dependencies / add file" button asks me for a Python file, not a requirements text file or a Conda YAML file, so I don't know how to define this script.
How can I specify these dependencies in a script? I couldn't find it in the documentation.