File tree 3 files changed +4
-5
lines changed
3 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -127,7 +127,7 @@ _tasks:
127
127
echo " # optional, provision default local stack"
128
128
echo " make install-stack-local"
129
129
echo " # optional, start ZenML Dashboard"
130
- echo " zenml up "
130
+ echo " zenml login --local "
131
131
echo " python run.py"
132
132
echo
133
133
echo "Next, you should take a look at the '{{ _copier_conf.dst_path }}/README.md' file in the generated project."
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ stack_name ?= e2e_template_stack
2
2
3
3
{%- if zenml_server_url != '' %}
4
4
remote-login :
5
- zenml connect --url " {{zenml_server_url}}"
5
+ zenml login " {{zenml_server_url}}"
6
6
7
7
setup : remote-login
8
8
{%- else %}
Original file line number Diff line number Diff line change @@ -74,9 +74,8 @@ source .venv/bin/activate
74
74
make setup
75
75
# Optionally, provision default local stack
76
76
make install-stack-local
77
- # Start the ZenML UI locally (recommended, but optional);
78
- # the default username is "admin" with an empty password
79
- zenml up
77
+ # Start the ZenML UI locally (recommended, but optional)
78
+ zenml login --local
80
79
# Run the pipeline included in the project
81
80
python run.py
82
81
```
You can’t perform that action at this time.
0 commit comments