Skip to content

Commit

Permalink
Merge pull request #9 from zenml-io/2024.10.30
Browse files Browse the repository at this point in the history
Using `zenml login` for templates
  • Loading branch information
bcdurak authored Nov 7, 2024
2 parents 87f16da + 378145b commit 225cb80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion copier.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ _tasks:
echo " cd {{ _copier_conf.dst_path }}"
echo " pip install -r requirements.txt"
{%- if zenml_server_url %}
echo " zenml connect --url {{ zenml_server_url }}"
echo " zenml login {{ zenml_server_url }}"
{%- endif %}
echo " python run.py --config orchestrator_finetune.yaml"
echo "Next, you should take a look at the '{{ _copier_conf.dst_path }}/README.md' file in the generated project."
Expand Down

0 comments on commit 225cb80

Please sign in to comment.