Skip to content

Commit

Permalink
install numpy in whl build
Browse files Browse the repository at this point in the history
  • Loading branch information
rosbo committed Jul 3, 2019
1 parent 52832d4 commit d4924e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tensorflow-whl/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
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
RUN conda install -y python=3.6.6 && pip install --upgrade pip && pip install numpy

# 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
Expand Down

0 comments on commit d4924e8

Please sign in to comment.