From 58c9631ef4a8ca3f83841eff6d79cf054fd77b6f Mon Sep 17 00:00:00 2001 From: Daniele Venzano Date: Fri, 24 Nov 2017 10:14:47 +0100 Subject: [PATCH] Update image and gitlab CI --- tf-google.json | 44 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 tf-google.json diff --git a/tf-google.json b/tf-google.json new file mode 100644 index 0000000..3894977 --- /dev/null +++ b/tf-google.json @@ -0,0 +1,44 @@ +{ + "name": "tf-google", + "services": [ + { + "command": null, + "environment": [], + "essential_count": 1, + "image": "gcr.io/tensorflow/tensorflow:1.3.0-py3", + "monitor": true, + "name": "tf-jupyter", + "ports": [ + { + "name": "Tensorboard web interface", + "port_number": 6006, + "protocol": "tcp", + "url_template": "http://{ip_port}/" + }, + { + "name": "Notebook web interface", + "port_number": 8888, + "protocol": "tcp", + "url_template": "http://{ip_port}/" + } + ], + "replicas": 1, + "resources": { + "cores": { + "max": 4, + "min": 4 + }, + "memory": { + "max": 34359738368, + "min": 34359738368 + } + }, + "startup_order": 0, + "total_count": 1, + "volumes": [] + } + ], + "size": 512, + "version": 3, + "will_end": false +} \ No newline at end of file -- GitLab