From b88b63399a1aba0de04cbd84b151c9c6fe25a60a Mon Sep 17 00:00:00 2001 From: Norman Koch Date: Thu, 2 Apr 2020 04:18:14 -0400 Subject: [PATCH] Corrected Typo in Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 71fa0705..c48eb65b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -66,7 +66,7 @@ RUN wget https://bootstrap.pypa.io/get-pip.py && \ # >> START Configure Tensorflow Build -# Clone TensoFlow from Mozilla repo +# Clone TensorFlow from Mozilla repo RUN git clone https://github.com/mozilla/tensorflow/ WORKDIR /tensorflow RUN git checkout r1.15