./build
-
Add an entry in the CHANGELOG with an appropriate
LABEL
. -
Push the new image using the
LABEL
you picked above../push LABEL
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