mirror of
https://github.com/clearml/clearml-docs
synced 2025-06-26 18:17:44 +00:00
Update Docusaurus (#855)
This commit is contained in:
@@ -116,7 +116,7 @@ in either case).
|
||||
|
||||
* Set to `true` to allow passing host environments into docker container with Task's docker container arguments. For example: `"-e HOST_NAME=$HOST_NAME"`.
|
||||
|
||||
:::caution
|
||||
:::warning
|
||||
Use with care! This might introduce security risks by allowing access to keys/secret on the host machine.
|
||||
:::
|
||||
|
||||
@@ -736,7 +736,7 @@ Dictionary of configuration options for the ClearML Server API, web, and file se
|
||||
|
||||
* The URL of your ClearML file server. For example, `https://files.MyDomain.com`.
|
||||
|
||||
:::caution
|
||||
:::warning
|
||||
You must use a secure protocol with ``api.web_server``, ``api.files_server``, and ``api.api_server``. Use `https`, not `http`.
|
||||
:::
|
||||
|
||||
@@ -747,7 +747,7 @@ You must use a secure protocol with ``api.web_server``, ``api.files_server``, an
|
||||
* Set the request method for all API requests and auth login. This can be useful when `GET` requests with payloads are
|
||||
blocked by a server, and `POST` requests can be used instead. The request options are: "GET", "POST", "PUT".
|
||||
|
||||
:::caution
|
||||
:::warning
|
||||
This configuration option is experimental, and has not been vigorously tested, so it may have unintended consequences.
|
||||
:::
|
||||
|
||||
@@ -784,7 +784,7 @@ This configuration option is experimental, and has not been vigorously tested, s
|
||||
* `true` - Verify
|
||||
* `false` - Do not verify.
|
||||
|
||||
:::caution
|
||||
:::warning
|
||||
Set to False only if required.
|
||||
:::
|
||||
|
||||
@@ -1344,7 +1344,7 @@ This option is deprecated. This plot behavior is now controlled via the UI
|
||||
**`sdk.network.iteration.retry_backoff_factor_sec`** (*integer*)
|
||||
|
||||
* For retries when getting frames from the server, this is backoff factor for consecutive retry attempts. This is used to
|
||||
determine the number of seconds between retries. The retry backoff factor is calculated as {backoff factor} * (2 ^ ({number of total retries} - 1)).
|
||||
determine the number of seconds between retries. The retry backoff factor is calculated as `{backoff factor} * (2 ^ ({number of total retries} - 1))`.
|
||||
|
||||
<br/>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user