I want to install several private python packages when I create an instance (AI platform).
I had the following startup script but it did not install what I needed (but also didnt show any errors):
startup_script.sh:
pip install my_custom_libraries
why does it not work and what do I need to do to make it work?
you check the start up script logs at :
also, I am not sure your install have by default python and pip installed ?
startup_script.sh:
check your python and pip set at the proper path