Skip to content

Files

Latest commit

00e7285 · Jan 9, 2020

History

History
This branch is 1 commit ahead of, 1022 commits behind Kaggle/docker-python:main.

tensorflow-whl

Build new Tensorflow wheels

./build

Push the new wheels (Kaggle Engineers only)

  1. Add an entry in the CHANGELOG with an appropriate LABEL.

  2. Push the new image using the LABEL you picked above.

    ./push LABEL
    

Use the new wheels

Update the line below in the CPU Dockerfile and the GPU Dockerfile to use the new LABEL.

To use wheels built locally:

FROM kaggle/python-tensorflow-whl as tensorflow_whl

To use our pre-built wheels:

FROM gcr.io/kaggle-images/python-tensorflow-whl:<LABEL> as tensorflow_whl