Skip to content

Commit

Permalink
📖 fix examples
Browse files Browse the repository at this point in the history
  • Loading branch information
danielgafni committed Oct 8, 2024
1 parent 84bf5bc commit eed33fa
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
5 changes: 3 additions & 2 deletions examples/executor/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,11 @@
ray start --head
```

2. Start Dagster:
2. Start Dagster in the context of this example directory:

```shell
dagster dev -w examples/executor/workspace.yaml
cd examples/executor/workspace.yaml
dagster dev
```

3. From the UI, run the example job and observe how the steps are executed in separate Ray jobs in parallel.
5 changes: 3 additions & 2 deletions examples/run_launcher/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,11 @@ The `RunLauncher` is configured in [dagster.yaml](dagster.yaml).
ray start --head
```

2. Start Dagster:
2. Start Dagster in the context of this example directory:

```shell
dagster dev -w examples/run_launcher/workspace.yaml
cd examples/run_launcher/workspace.yaml
dagster dev
```

3. From the UI, run the example job and observe how the steps are executed in a Ray job.
Expand Down
5 changes: 3 additions & 2 deletions examples/run_launcher_and_executor/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,11 @@ The `RunLauncher` is configured in [dagster.yaml](dagster.yaml).
ray start --head
```

2. Start Dagster:
2. Start Dagster in the context of this example directory:

```shell
dagster dev -w examples/run_launcher/workspace.yaml
cd examples/run_launcher_and_executor/workspace.yaml
dagster dev
```

3. From the UI, run the example job and observe how:
Expand Down

0 comments on commit eed33fa

Please sign in to comment.