nebula/jupyter.tf

13 lines
249 B
Terraform
Raw Normal View History

2019-08-11 16:10:29 +00:00
# module "jupyter" {
# name = "jupyter"
# source = "modules/container"
# image = "jupyter/tensorflow-notebook"
# ports = [
# {
# internal = 8888
# external = 1112
# ip = "${var.ips["tun0"]}"
# },
# ]
# }