These are the steps that you need to follow in order to run the CISS python script inside a docker container.
- Docker
CISS Docker requires Docker to run.
Install Docker and Docker-compose.
cd CISS #your directory path
sudo docker-compose up ciss_dockerOpen a new terminal
sudo docker exec -it ciss_docker /bin/bash
python3 ciss_demopythonscript.pyThis will create the CISS python script image and pull in the necessary dependencies. Once done, it will run the Docker image.