Relative Content

Tag Archive for dockergoogle-cloud-platformgoogle-cloud-storagecloud-storage

How to Avoid Privileged Docker Container to Write to Google Cloud Storage from Python?

Basic Goal Training some machine learning model by pulling feature from a database and need to persist the model (tensorflow protobuf format) in Google cloud storage buckets for later serving. This is the very simple architecture. Library Dependency I am using Cloud storage fuse for interfacing with the Google cloud storage bucket and containerising the […]