Skip to content

Commit

Permalink
fix copy-paste
Browse files Browse the repository at this point in the history
  • Loading branch information
TomAugspurger committed Jun 27, 2020
1 parent 6b44f08 commit 461606e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deployments/gcp-uscentral1b/config/common.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ pangeo:
}
return Options(
Integer("worker_cores", 2, min=1, max=16, label="Worker Cores"),
Float("worker_memory", 4, min=1, max=32, label="Worker Memory (GiB)"), ,
Float("worker_memory", 4, min=1, max=32, label="Worker Memory (GiB)"),
String("image", default="pangeo/pangeo-notebook:latest", label="Image"),
handler=option_handler,
)
Expand Down

0 comments on commit 461606e

Please sign in to comment.