File tree 1 file changed +2
-2
lines changed
content/docs/pipelines/tutorials
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ Set up your environment:
37
37
38
38
Examine the pipeline samples that you downloaded and choose one to work with.
39
39
The
40
- [`sequential.py` sample pipeline](https://github.com/kubeflow/pipelines/blob/master/samples/basic /sequential.py):
40
+ [`sequential.py` sample pipeline](https://github.com/kubeflow/pipelines/blob/master/samples/core/sequential /sequential.py):
41
41
is a good one to start with.
42
42
43
43
Each pipeline is defined as a Python program. Before you can submit a pipeline
@@ -53,7 +53,7 @@ dsl-compile --py [path/to/python/file] --output [path/to/output/tar.gz]
53
53
```
54
54
55
55
For example, to compile the
56
- [ ` sequential.py ` sample pipeline] ( https://github.com/kubeflow/pipelines/blob/master/samples/basic /sequential.py ) :
56
+ [ ` sequential.py ` sample pipeline] ( https://github.com/kubeflow/pipelines/blob/master/samples/core/sequential /sequential.py ) :
57
57
58
58
``` bash
59
59
export DIR=[YOUR PIPELINES REPO DIRECTORY]/samples/basic
You can’t perform that action at this time.
0 commit comments