Skip to content

Commit

Permalink
Build TF wheel for Python 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
rosbo committed Apr 10, 2020
1 parent 4320749 commit c9b1c0a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions tensorflow-whl/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@
* `2.1.0-rc2-py36`: TensorFlow 2.1.0-rc2 with Python 3.6
* `2.1.0-py36`: TensorFlow 2.1.0 with Python 3.6
* `2.1.0-py36-2`: TensorFlow 2.1.0 with CUDA 10.1
* `2.1.0-py37`: TensorFlow 2.1.0 with Python 3.7
3 changes: 1 addition & 2 deletions tensorflow-whl/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
ln -s /usr/local/cuda-$CUDA_MAJOR_VERSION.$CUDA_MINOR_VERSION /usr/local/cuda && \
ln -s /usr/local/cuda/lib64/stubs/libcuda.so /usr/local/cuda/lib64/stubs/libcuda.so.1

# 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 && pip install numpy
RUN pip install --upgrade pip

# See _TF_(MIN|MAX)_BAZEL_VERSION at https://github.com/tensorflow/tensorflow/blob/master/configure.py.
ENV BAZEL_VERSION=0.29.1
Expand Down

0 comments on commit c9b1c0a

Please sign in to comment.