andrewmusselman commented on a change in pull request #405:
URL: https://github.com/apache/mahout/pull/405#discussion_r511023581



##########
File path: docker/getting-started/readme.md
##########
@@ -0,0 +1,22 @@
+# Getting Started With Mahout Using Apache Zeppelin
+
+## Setting Environment Variables
+
+```
+export CONTAINER_NAME=$USER/mahoutgui
+export VERSION=14.3-SNAPSHOT
+```
+
+## Building Container
+
+```bash
+docker build -t $CONTAINER_NAME:$VERSION .

Review comment:
       Is this not `pull`

##########
File path: website/_posts/2020-10-18-version-14-2-released.md
##########
@@ -0,0 +1,13 @@
+---
+layout: post
+title: 14.2 Is Released!

Review comment:
       This is 14.1

##########
File path: docker/getting-started/readme.md
##########
@@ -0,0 +1,22 @@
+# Getting Started With Mahout Using Apache Zeppelin
+
+## Setting Environment Variables
+
+```
+export CONTAINER_NAME=$USER/mahoutgui
+export VERSION=14.3-SNAPSHOT
+```
+
+## Building Container
+
+```bash
+docker build -t $CONTAINER_NAME:$VERSION .

Review comment:
       Nevermind I see the "how to pull" doc below




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to