Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion 3 tensorflow-whl/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,5 @@
* `2.1.0-py37-2`: TensorFlow 2.1.0 with Python 3.7 & DLVM base image.
* `2.1.0-py37-3`: TensorFlow 2.1.0 with Python 3.7, DLVM base image, tensorflow-gcs-config.
* `2.2.0-py37`: TensorFlow 2.2.0 with Python 3.7.
* `2.2.0-py37-2`: TensorFlow 2.2.0 with Python 3.7 & TFA.
* `2.2.0-py37-2`: TensorFlow 2.2.0 with Python 3.7 & TFA.
* `2.3.0-py37`: TensorFlow 2.3.0 with Python.
4 changes: 2 additions & 2 deletions 4 tensorflow-whl/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
RUN pip install --upgrade pip

# See _TF_(MIN|MAX)_BAZEL_VERSION at https://github.com/tensorflow/tensorflow/blob/master/configure.py.
ENV BAZEL_VERSION=2.0.0
ENV BAZEL_VERSION=3.1.0
RUN apt-get install -y gnupg zip openjdk-8-jdk && \
apt-get install -y --no-install-recommends \
bash-completion \
Expand All @@ -66,7 +66,7 @@ RUN apt-get install -y gnupg zip openjdk-8-jdk && \
RUN cd /usr/local/src && \
git clone https://github.com/tensorflow/tensorflow && \
cd tensorflow && \
git checkout tags/v2.2.0 && \
git checkout tags/v2.3.0 && \
pip install keras_applications --no-deps && \
pip install keras_preprocessing --no-deps

Expand Down
Morty Proxy This is a proxified and sanitized view of the page, visit original site.