Skip to content

Commit

Permalink
Fix a typo to avoid merge delays
Browse files Browse the repository at this point in the history
  • Loading branch information
angerson authored Feb 6, 2019
1 parent 8b771d3 commit 6bc7996
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ ENV CI_BUILD_PYTHON python

# CACHE_STOP is used to rerun future commands, otherwise cloning tensorflow will be cached and will not pull the most recent version
ARG CACHE_STOP=1
# Check out TensorFlow source code if --build_arg CHECKOUT_TF_SRC=1
# Check out TensorFlow source code if --build-arg CHECKOUT_TF_SRC=1
ARG CHECKOUT_TF_SRC=0
RUN test "${CHECKOUT_TF_SRC}" -eq 1 && git clone https://github.com/tensorflow/tensorflow.git /tensorflow_src || true

0 comments on commit 6bc7996

Please sign in to comment.