#!/bin/bash cd SPIR_docker docker build -t spir_image . cd ../XPIR_docker docker build -t xpir_image . cd ../ZT_docker docker build -t zt_image .