Skip to content

Commit

Permalink
build TensorFlow wheels for 1.14
Browse files Browse the repository at this point in the history
  • Loading branch information
rosbo committed Jul 3, 2019
1 parent 4dbe226 commit 52832d4
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
13 changes: 7 additions & 6 deletions tensorflow-whl/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
1.11.0-py36: Tensorflow 1.11.0 wheels built with python 3.6
1.12.0-py36: Tensorflow 1.12.0 wheels with Cuda 9.2
1.13.1-py36: Tensorflow 1.13.1 wheels with Cuda 10.0
1.13.1-py36-2: Tensorflow 1.13.1 wheels with Cuda 10.0 and bump anaconda3 base image version to 5.3.0
1.13.1-py37: Tensorflow 1.13.1 with Python 3.7.0 and bump anaconda3 base image version to 5.3.0
1.13.1-py37-2: Tensorflow 1.13.1 with Python 3.7.3
1.11.0-py36: TensorFlow 1.11.0 wheels built with python 3.6
1.12.0-py36: TensorFlow 1.12.0 wheels with Cuda 9.2
1.13.1-py36: TensorFlow 1.13.1 wheels with Cuda 10.0
1.13.1-py36-2: TensorFlow 1.13.1 wheels with Cuda 10.0 and bump anaconda3 base image version to 5.3.0
1.13.1-py37: TensorFlow 1.13.1 with Python 3.7.0 and bump anaconda3 base image version to 5.3.0
1.13.1-py37-2: TensorFlow 1.13.1 with Python 3.7.3
1.14.0-py36: TensorFlow 1.14.0 with Python 3.6
6 changes: 3 additions & 3 deletions tensorflow-whl/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
# Work to upgrade to Python 3.7 can be found on this branch: https://github.com/Kaggle/docker-python/blob/upgrade-py37/Dockerfile
RUN conda install -y python=3.6.6 && pip install --upgrade pip

# Tensorflow 1.13 requires bazel >= 0.19.2 & <= 0.21.0
ENV BAZEL_VERSION=0.21.0
# The tested build configurations for Tensorflow 1.14 uses Bazel 0.24.1: https://www.tensorflow.org/install/source#tested_build_configurations
ENV BAZEL_VERSION=0.24.1
RUN apt-get install -y gnupg zip openjdk-8-jdk && \
apt-get install -y --no-install-recommends \
bash-completion \
Expand All @@ -62,7 +62,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 r1.13 && \
git checkout r1.14 && \
pip install keras_applications --no-deps && \
pip install keras_preprocessing --no-deps

Expand Down

0 comments on commit 52832d4

Please sign in to comment.