Corrected Typo in Dockerfile

This commit is contained in:
Norman Koch 2020-04-02 04:18:14 -04:00
parent 6ec19b9498
commit b88b63399a

View File

@ -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