| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [View Raw Code] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
parent directory.. | ||||
./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
| Back | FazBrowse Home | New Git URL |