This docker file describes a container that allows you to run the experiments on any Unix-based machine. GPU availability is recommended to train the models. Otherwise, set the use_cuda flag in parameters.yaml to false.
From this folder you can create the image
sudo docker build -t gcn_env:latest docker-set-up/
Start the container
sudo docker run -ti --gpus all -v $(pwd):/evolveGCN gcn_env:latest
This will start a bash session in the container.
Run the following command for example:
python run_exp.py --config_file ./experiments/parameters_uc_irv_mess.yaml