Skip to content

Commit

Permalink
whl still built with python 3.6.6
Browse files Browse the repository at this point in the history
  • Loading branch information
rosbo committed Jun 18, 2019
1 parent 368cc67 commit 4307aa5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tensorflow-whl/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
ln -s /usr/local/cuda-10.0 /usr/local/cuda && \
ln -s /usr/local/cuda/lib64/stubs/libcuda.so /usr/local/cuda/lib64/stubs/libcuda.so.1

# Install latest version of Python and conda.
RUN conda update -y conda && conda update -y python
# 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
Expand Down

0 comments on commit 4307aa5

Please sign in to comment.