Git Product home page Git Product logo

appengine-tensorboard's Introduction

Run Tensorboard on Google App Engine

Google App Engine can provide an easy way to get a persistent Tensorboard server with authentication for a small cost.

In addition if you find yourself pulling a large amount of data from GCS when starting up Tensorboard servers, you may actually pay less for a persistent GAE server, since you don't pay for data egress between GCS and GAE.

Setup

Setup assumes you have installed the Google Cloud SDK and have a billing enabled, Google Cloud Platform project.

  1. Write a configuration file for the OAuth2 proxy that sits in front of your tensorboard server. See the oauth2_proxy docs for instructions. This may require creating an OAuth2 client ID for your chosen provider. oauth2_proxy supports authentication with Google, Github, Facebook, Azure, GitLab, and MyUSA.

  2. Upload your configuration file to GCS:

    gsutil cp oauth2_proxy.cfg gs://$BUCKET/oauth2_proxy.cfg
    
  3. Write an app.yaml file with runtime: custom to configure your application. Full reference here. In the env_variables section you must specify 3 environment variables:

  • GCS_PROXY_CONFIG The fully qualified path to the configuration file you uploaded in step 2.
  • EVENT_FILE_PATH The fully qualified GCS Path for your Tensorboard summary files.
  • RELOAD_FREQUENCY Frequency (in seconds) to poll GCS for new summary files.
  1. Deploy your GAE app.
    gcloud app deploy app.yaml --image-url=gcr.io/google-samples/appengine-tensorboard:latest
    

appengine-tensorboard's People

Contributors

elibixby avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.