Skip to content

Commit

Permalink
changing the login
Browse files Browse the repository at this point in the history
  • Loading branch information
bcdurak committed Oct 30, 2024
1 parent 87f16da commit 378145b
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 378145b

Please sign in to comment.