Skip to content

Commit

Permalink
add missing && "
Browse files Browse the repository at this point in the history
  • Loading branch information
rosbo committed Jun 7, 2019
1 parent 89fb618 commit b9ede60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tensorflow-whl/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ RUN apt-get install -y gnupg zip openjdk-8-jdk && \
echo "deb [arch=amd64] http:https://storage.googleapis.com/bazel-apt stable jdk1.8" | tee /etc/apt/sources.list.d/bazel.list && \
curl https://bazel.build/bazel-release.pub.gpg | sudo apt-key add - && \
apt-get update && \
apt-get install install bazel="${BAZEL_VERSION}"
apt-get install install bazel="${BAZEL_VERSION}" && \
apt-get install -y --no-install-recommends bash-completion zlib1g-dev

# Tensorflow doesn't support python 3.7 yet. See https://github.com/tensorflow/tensorflow/issues/20517
Expand Down

0 comments on commit b9ede60

Please sign in to comment.