nebula/jupyter.tf

14 lines
250 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"]}"
# },
# ]
# }
2019-04-25 21:46:37 +00:00