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"]