Skip to content

Commit

Permalink
small fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
lhelontra committed Mar 5, 2019
1 parent 0cd4364 commit 2347077
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build_tensorflow/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
2 changes: 1 addition & 1 deletion build_tensorflow/Dockerfile.buster
Original file line number Diff line number Diff line change
Expand Up @@ -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"]

0 comments on commit 2347077

Please # to comment.