Skip to content

Commit

Permalink
build tf with python 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
rosbo committed Jun 8, 2019
1 parent 98b0910 commit 13ad1e9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion tensorflow-whl/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
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: Bump base continuumio/anaconda3 image version
1.13.1-py37: Tensorflow 1.13.1 with Python 3.7 and continuumio/anaconda3:5.3.0 base image
3 changes: 0 additions & 3 deletions tensorflow-whl/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,6 @@ RUN apt-get install -y gnupg zip openjdk-8-jdk && \
dpkg -i bazel_*.deb && \
rm bazel_*.deb

# Tensorflow doesn't support python 3.7 yet. See https://github.com/tensorflow/tensorflow/issues/20517
RUN conda install -y python=3.6.6

# Fetch tensorflow & install dependencies.
RUN cd /usr/local/src && \
git clone https://github.com/tensorflow/tensorflow && \
Expand Down

0 comments on commit 13ad1e9

Please sign in to comment.