Hi, now that we have Pip support, what's the best way to pass additional index to the @pypi decorator?
More specifically:
1. How do I pass args to install private package hosted on our aws codeartifact? I see a line mentioned in the documentation that it can be installed, but no example there unfortunately
2. How do I pass index url per package? e.g. I want to replicate:
pip install torch --index-url <https://download.pytorch.org/whl/cu118>