From 3bb8f1e2bb8fb2bc331f69b62f9861349453b0fc Mon Sep 17 00:00:00 2001 From: leviethung2103 Date: Fri, 25 Oct 2019 11:05:02 +0700 Subject: [PATCH] Update Readme Pull the image without tag -t --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 99537d1..0f448ee 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ https://medium.freecodecamp.org/how-to-build-an-age-and-gender-multi-task-predic ### Pulling the image -docker pull -t colemurray/age-gender-estimation-tutorial +docker pull colemurray/age-gender-estimation-tutorial ### Building the image ```