From f3c794f485adc50b0bff82beda2ec788abe2e605 Mon Sep 17 00:00:00 2001 From: santiagorodsor Date: Tue, 24 Dec 2019 12:14:02 +0100 Subject: [PATCH] Added clone suggestion Little addition of clone suggestion to easy-follow next steps. --- README.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.rst b/README.rst index 52c8977..fabd0e4 100644 --- a/README.rst +++ b/README.rst @@ -43,6 +43,14 @@ Recommended - A Python environment management tool (e.g. `PyEnv `__, `VirtualEnv `__) + +- Clone this repo to easy follow instructions + +:: + + git clone https://github.com/aws/sagemaker-scikit-learn-container.git + cd sagemaker-scikit-learn-container + Building your image -------------------