Zpm for iris automl community
Hi community,
Do you have docker automl docker image with zpm?
Product version: IRIS 2021.1
Discussion (4)0
Comments
I copied zpm-0.3.0.xml from https://pm.community.intersystems.com/packages/zpm/latest/installer to my project and added the following lines in my docker file and in my iris.script
dockerfile:
COPY zpm-0.3.0.xml .
iris.script:
do $SYSTEM.OBJ.Load("/opt/irisapp/zpm-0.3.0.xml","ck")
Worked fine!!!
This is how I do it, instead of COPY just download from GitHub - and then you can do OBJ.Load
I would recommend downloading ZPM directly from its registry
Versioned link
https://pm.community.intersystems.com/packages/zpm/0.3.0/installer
Or latest version
https://pm.community.intersystems.com/packages/zpm/latest/installer