You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by zh...@apache.org on 2020/11/17 17:31:59 UTC

[incubator-mxnet] branch master updated: Update pip install instruction (#19549)

This is an automated email from the ASF dual-hosted git repository.

zha0q1 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git


The following commit(s) were added to refs/heads/master by this push:
     new 5000ccb  Update pip install instruction (#19549)
5000ccb is described below

commit 5000ccbafeea97509d94df598a6b075745089b06
Author: Zhaoqi Zhu <zh...@gmail.com>
AuthorDate: Tue Nov 17 12:29:50 2020 -0500

    Update pip install instruction (#19549)
---
 docs/static_site/src/_includes/get_started/linux/python/gpu/pip.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/static_site/src/_includes/get_started/linux/python/gpu/pip.md b/docs/static_site/src/_includes/get_started/linux/python/gpu/pip.md
index 91d32ae..2468ac3 100644
--- a/docs/static_site/src/_includes/get_started/linux/python/gpu/pip.md
+++ b/docs/static_site/src/_includes/get_started/linux/python/gpu/pip.md
@@ -19,7 +19,7 @@ $ pip install mxnet-cu102
 
 <div class="v1-6-0">
 {% highlight bash %}
-$ pip install mxnet-cu102==1.6.0
+$ pip install mxnet-cu102==1.6.0.post0
 {% endhighlight %}
 
 </div> <!-- End of v1-6-0 -->