Hi,
I have a requirements.txt file in the same directory as my generate.py. When I deploy this model, if I use the container for pytorch 1.3.1, the packages in requirements.txt get installed (expected behavior).
However, when using pytorch 1.2.0, the requirements.txt file is ignored and no specified packages are installed. Where is the requirements.txt file used to install the packages? Can someone point me to that?
Thanks
Akhil