Skip to content

Commit e404bfe

Browse files
Michael Vincent PattersonMichael Vincent Patterson
authored andcommitted
Add Ray Dashboard module
Adds Ray Dashboard integration for Coder workspaces with configurable options for port, sharing, and display settings.
1 parent 18ecf90 commit e404bfe

File tree

6 files changed

+2
-4
lines changed

6 files changed

+2
-4
lines changed

modules/ray-dashboard/.DS_Store

0 Bytes
Binary file not shown.

modules/ray-dashboard/coder/REAMDME.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,4 @@ module "ray" {
2121
agent_id = coder_agent.main.id
2222
}
2323
24+
```

modules/ray-dashboard/coder/metadata.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,3 @@
1919
"url": "",
2020
"verified": false
2121
}
22-

modules/ray-dashboard/coder/metadata.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,3 @@ tags:
99
- "dashboard"
1010
- "distributed-computing"
1111
verified: false
12-

modules/ray-dashboard/coder/versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
terraform {
22
required_version = ">= 1.0"
3-
3+
44
required_providers {
55
coder = {
66
source = "coder/coder"
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
versions:
22
- ref: "v1.0.0"
33
published_at: "2025-09-18"
4-

0 commit comments

Comments
 (0)