- (optional) Edit demo settings in
.env. - (optional, default: SYS) Change IRIS password in
./irispw.txt. - Add your OpenAI key to
./src-iris/openaikey.secret - Build container images:
docker-compose build. - Create containers:
docker-compose up -d - Open IRIS managementportal: http://localhost:8080/csp/sys/UtilHome.csp
- Open Streamlit: http://localhost:8051/
Additonal commands
- Stop Demo:
docker-compose stop - Start Demo:
docker-compose start - Delete all docker resources of the demo:
docker-compose down