Fix ClearML Agent initialization command (#40)

This commit is contained in:
Derek Chia
2021-08-18 18:45:40 +08:00
committed by GitHub
parent 94dc32a963
commit 5b51117434

View File

@@ -30,7 +30,7 @@ pip install clearml-agent
Connect the Agent to the server by [creating credentials](https://app.community.clear.ml/profile), then run this:
```bash
clearml-init
clearml-agent init
```
:::note