Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Docker

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.

  1. Download the dockerfile to your host server.
  2. $ docker build -t "custom image name"
  3. $ 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.