🏡 index : github.com/captn3m0/nebula.git

author Nemo <me@captnemo.in> 2019-04-26 3:16:37.0 +05:30:00
committer Nemo <me@captnemo.in> 2019-04-26 3:16:37.0 +05:30:00
commit
37bb59eda355e819dc9fe143a5019b9139c46b13 [patch]
tree
1eeb784c57b9f88047ac1685d3c6ba2ec5e13115
parent
07d44ca39aa80c3e3ae5b02d5f9815b2a38c4224
download
37bb59eda355e819dc9fe143a5019b9139c46b13.tar.gz

Run a jupyter notebook



Diff

 jupyter.tf | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/jupyter.tf b/jupyter.tf
new file mode 100644
index 0000000..a664aaf 100644
--- /dev/null
+++ a/jupyter.tf
@@ -1,0 +1,13 @@
module "jupyter" {

  name   = "jupyter"
  source = "modules/container"
  image  = "jupyter/tensorflow-notebook"

  ports = [

    {
      internal = 8888
      external = 1112
      ip       = "${var.ips["tun0"]}"
    },
  ]
}