Skip to content

Latest commit

 

History

History

tensorflow-whl

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

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