Files
cheyangandk8s-ci-robot e9cadcaee3 TensorFlow notebook (#4990)
* [incubator/tensorflow-notebook] add tensorflow notebook and tensorboard

add hook

* update helmignore

* add home

* change Always to IfNotPresent

* move to stable
2018-04-19 12:58:00 -07:00

26 lines
553 B
YAML

# Default values for ack-tensorflow-dev.
# This is a YAML-formatted file.
# Declare variables to be passed into your templates.
jupyter:
image:
repository: tensorflow/tensorflow
tag: 1.6.0-devel
pullPolicy: IfNotPresent
password: tensorflow
resources: {}
# limits:
# cpu: 100m
# memory: 128Mi
# nvidia.com/gpu: 1
# requests:
# cpu: 100m
# memory: 128Mi
# nvidia.com/gpu: 1
tensorboard:
image:
repository: tensorflow/tensorflow
tag: 1.6.0-devel
pullPolicy: IfNotPresent
service:
type: LoadBalancer