From 84e072907c40830db5e092641b7ac960c97e4903 Mon Sep 17 00:00:00 2001 From: Cloudmersive <35204726+Cloudmersive@users.noreply.github.com> Date: Sun, 21 Jan 2018 19:32:17 -0800 Subject: [PATCH] Fixed instructions typo Instruction doesn't work due to missing account name --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5797db2..a4c480e 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ docker build -t caffe:cpu https://raw.githubusercontent.com/BVLC/caffe/master/do Check the caffe installation ``` -docker run caffe:cpu caffe --version +docker run bvlc/caffe:cpu caffe --version caffe version 1.0.0-rc3 ```