Requirements
- Python >= 3.6
- A Google Cloud project
- An authenticated GCP account
- Google AI platform APIs enabled for your GCP account. We use the AI platform for deploying docker images on GCP.
If you are using
tensorflow_cloud
in a local development environment (not a Kaggle or Colab notebook):Either a functioning version of docker if you want to use a local docker process for your build, or create a cloud storage bucket to use with Google Cloud build for docker image build and publishing.
For detailed end to end setup instructions, please see Setup instructions.
Install latest release
pip install -U tensorflow-cloud
Install from source
git clone https://github.com/tensorflow/cloud.git
cd cloud
pip install src/python/.