tensorflow / cloud

The TensorFlow Cloud repository provides APIs that will allow to easily go from debugging and training your Keras and TensorFlow code in a local environment to distributed training in the cloud.
https://github.com/tensorflow/cloud
Apache License 2.0
372 stars 85 forks source link

Enable kaniko image caching for Cloudbuild #288

Open SinaChavoshi opened 3 years ago

SinaChavoshi commented 3 years ago

Currently tensorflow-cloud could build option does not use Kaniko cache. Enabling Kaniko cache could significantly speed up the container build process.