You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are two ways to setup the environment of GNNAdvisor and baselines.
40
40
### + **Method 1**: Setup the environment via Docker (**Recommended**).
41
41
+ Install Docker Engine with NVIDIA GPU Support **[Toturial](https://docs.nvidia.com/datacenter/cloud-native/container-toolkit/install-guide.html#docker)**.
42
-
+`cd Docker` then run `./build.sh`, it may takes a while for installation.
42
+
+`cd Docker` then either goto `cu102/` (for Quadro P6000 and Tesla V100) or `cu110/` (for RTX3090/RTX3070).
43
+
+ Run `./build.sh`, it may takes a while (around 10 minutes) for building the container.
43
44
+ Run `./launch.sh` then it will bring up an new interactive command line interface.
44
45
> + The defualt GPU is device:0. If you want to run on different deivce. Consider using this command in `./launch.sh`, e.g., using device:1
0 commit comments