Small edits (#1047)
Some checks are pending
CI / build (push) Waiting to run

This commit is contained in:
pollfly 2025-02-23 14:32:46 +02:00 committed by GitHub
parent 15416bb43d
commit 535e08efa8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 4 additions and 3 deletions

View File

@ -391,7 +391,7 @@ Modify the following settings for the watchdog:
```
:::tip
If the `apiserver.conf` file does not exist, create your own in ClearML Server's `/opt/clearml/config` directory (or
If the `services.conf` file does not exist, create your own in ClearML Server's `/opt/clearml/config` directory (or
an alternate folder you configured), and input the modified configuration
:::

View File

@ -12,7 +12,8 @@ products such as artifacts and parameters.
When run, the controller will sequentially launch the pipeline steps. The pipeline logic and steps
can be executed locally, or on any machine using the [clearml-agent](../clearml_agent.md).
![Pipeline UI](../img/pipelines_DAG.png)
![Pipeline UI](../img/webapp_pipeline_DAG.png#light-mode-only)
![Pipeline UI](../img/webapp_pipeline_DAG_dark.png#dark-mode-only)
The [Pipeline Run](../webapp/pipelines/webapp_pipeline_viewing.md) page in the web UI displays the pipeline's structure
in terms of executed steps and their status, as well as the run's configuration parameters and output. See [pipeline UI](../webapp/pipelines/webapp_pipeline_page.md)

View File

@ -81,6 +81,6 @@ values from the file, which can be modified before launching the app instance
<div class="max-w-65">
![llama deployment app form](../../img/apps_llama_form.png#light-mode-only)
![llama deployment app form](../../img/apps_llama_form.png#dark-mode-only)
![llama deployment app form](../../img/apps_llama_form_dark.png#dark-mode-only)
</div>