You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by ma...@apache.org on 2018/06/29 14:36:30 UTC

[incubator-mxnet] branch master updated: Fix typo in Dockerfile description. (#11354)

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

marcoabreu 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 e4575ea  Fix typo in Dockerfile description. (#11354)
e4575ea is described below

commit e4575eaf46f280327b1e9b2f820ae737e2034ad6
Author: Kellen Sunderland <ke...@gmail.com>
AuthorDate: Fri Jun 29 16:36:24 2018 +0200

    Fix typo in Dockerfile description. (#11354)
---
 ci/docker/Dockerfile.build.ubuntu_gpu | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ci/docker/Dockerfile.build.ubuntu_gpu b/ci/docker/Dockerfile.build.ubuntu_gpu
index 1696c18..cfc55d2 100755
--- a/ci/docker/Dockerfile.build.ubuntu_gpu
+++ b/ci/docker/Dockerfile.build.ubuntu_gpu
@@ -16,7 +16,7 @@
 # specific language governing permissions and limitations
 # under the License.
 #
-# Dockerfile to run MXNet on Ubuntu 16.04 for CPU
+# Dockerfile to run MXNet on Ubuntu 16.04 for GPU
 
 FROM nvidia/cuda:9.1-cudnn7-devel