From e3ada00f90104d1bb58726c4c28d6d50fd3bdf28 Mon Sep 17 00:00:00 2001 From: mzhaoshuai <1696144426@qq.com> Date: Tue, 29 Oct 2019 09:36:37 +0800 Subject: [PATCH] modify the link to docker image --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7769817..7d3c21c 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ We are open to pull requests. ### Install dependencies Please install PyTorch-1.1.0 and Python3.6.5. -We highly recommend you to use our established PyTorch docker image - [zhaossss/torch_lab](https://hub.docker.com/r/zhaosssss/torch_lab). +We highly recommend you to use our established PyTorch docker image - [zhaosssss/torch_lab](https://hub.docker.com/r/zhaosssss/torch_lab). ``` docker pull zhaosssss/torch_lab:1.1.0 ```