From 23470776521b6f185c78359d421d0b0b8b8eb4b0 Mon Sep 17 00:00:00 2001 From: lhelontra Date: Tue, 5 Mar 2019 14:26:43 -0300 Subject: [PATCH] small fixes --- build_tensorflow/Dockerfile | 2 +- build_tensorflow/Dockerfile.buster | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build_tensorflow/Dockerfile b/build_tensorflow/Dockerfile index 01e8215..1683fa2 100644 --- a/build_tensorflow/Dockerfile +++ b/build_tensorflow/Dockerfile @@ -29,5 +29,5 @@ WORKDIR /root RUN git clone https://github.com/lhelontra/tensorflow-on-arm/ WORKDIR /root/tensorflow-on-arm/build_tensorflow/ -RUN git checkout 1.13.1 +RUN git checkout v1.13.1 CMD ["/bin/bash"] diff --git a/build_tensorflow/Dockerfile.buster b/build_tensorflow/Dockerfile.buster index 1bddeb5..0d9d629 100644 --- a/build_tensorflow/Dockerfile.buster +++ b/build_tensorflow/Dockerfile.buster @@ -28,5 +28,5 @@ WORKDIR /root RUN git clone https://github.com/lhelontra/tensorflow-on-arm/ WORKDIR /root/tensorflow-on-arm/build_tensorflow/ -RUN git checkout 1.13.1 +RUN git checkout v1.13.1 CMD ["/bin/bash"]