Deploy custom Python models
Administrators can deploy the company’s custom Python models needed for AI projects to the persistent location so that they can be incorporated into the script calculations.
Procedure
Log in to Kubernetes Dashboard.
On the sidebar, under Config and Storage, click Persistent Volume Claims.
Click the custom-python-script-pvc link.
Click the Volume name link.
Navigate to the Source box and copy the path.
Add your custom Python scripts to the location found in the Source box.
Verify that the scripts appear in the following location: /opt/python_server/scripts
Now, users can call the deployed scripts/models right from script calculations. For details on calculations, see Add script calculations.
Comments
0 comments