Skip to content

Commit 024d8a7

Browse files
committed
Update docker tag
1 parent f07d98e commit 024d8a7

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

docs/install_cn.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,9 @@ sudo pip install dist/your_wheel_name.whl
5757
```
5858

5959
### (Optional) 安装TensorFlow
60-
**GL**提供的Tensorflow模型示例基于**TensorFlow 1.12**开发,需要安装对应版本的库。
60+
**GL**提供的Tensorflow模型示例基于**TensorFlow 1.13**开发,需要安装对应版本的库。
6161
```bash
62-
sudo pip install tensorflow==1.12.0
62+
sudo pip install tensorflow==1.13.0
6363
```
6464

6565
### (Optional) 安装PyTorch,PyG
@@ -83,24 +83,24 @@ source env.sh
8383
[Graphlearn Docker hub](https://hub.docker.com/r/graphlearn/graphlearn)
8484

8585
我们提供了graphlearn的镜像,预装了对应版本的graphlearn。<br />
86-
根据算法开发的需求,分别提供预装Tensorflow1.13.0和Pytorch1.8.1+PyG的镜像。<br />
86+
根据算法开发的需求,分别提供预装Tensorflow1.13.0rc1和Pytorch1.8.1+PyG的镜像。<br />
8787
您可以在Docker镜像中快速开始GraphLearn的运行。<br />
8888

89-
1. Tensorflow1.12.0, CPU
89+
1. Tensorflow1.13.0rc1, CPU
9090

9191
```bash
9292
docker pull graphlearn/graphlearn:1.0.0-tensorflow1.13.0rc1-cpu
9393

94-
# or, pull the latest graphlearn with tensorflow1.13.0rc1-cpu
94+
# or, pull the latest graphlearn with 1.0.0-tensorflow1.13.0rc1-cpu
9595
docker pull graphlearn/graphlearn:latest
9696

97-
# or, pull the given version graphlearn with tensorflow1.13.0rc1-cpu
97+
# or, pull the given version graphlearn with 1.0.0-tensorflow1.13.0rc1-cpu
9898
docker pull graphlearn/graphlearn:1.0.0
9999

100100
```
101101

102102
2. PyTorch1.8.1, Cuda10.2, cdnn7, with PyG
103103

104104
```bash
105-
docker pull graphlearn/graphlearn:1.0.0-torch1.8.1-cuda10.2-cdnn7
105+
docker pull graphlearn/graphlearn:1.0.0-torch1.8.1-cuda10.2-cudnn7
106106
```

0 commit comments

Comments
 (0)