You can run PyTorch Geometric with CUDA 9.0 inside a docker image. The creation of our dockerfile refers to the dockerfiles provided by NVIDIA and PyTorch.
- Download the dockerfile to your host server.
$ docker build -t "custom image name"$ docker run --rm -it --init --runtime=nvidia --ipc=host --network=host --volume=$PWD:/app -e NVIDIA_VISIBLE_DEVICES=0 "custom image name" /bin/bash
If you encounter any problems, please feel free to contact liangshengwen@ict.ac.cn.