Skip to content

Commit 0d3817b

Browse files
author
Yuke Wang
committed
update with README.md
1 parent 2986ac3 commit 0d3817b

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,8 @@ git clone --recursive git@github.com:YukeWang96/OSDI21_AE.git
3939
There are two ways to setup the environment of GNNAdvisor and baselines.
4040
### + **Method 1**: Setup the environment via Docker (**Recommended**).
4141
+ 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.
4344
+ Run `./launch.sh` then it will bring up an new interactive command line interface.
4445
> + 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
4546
>

0 commit comments

Comments
 (0)