Reformat ClearML Agent reference (#461)

This commit is contained in:
pollfly
2023-01-31 14:48:17 +02:00
committed by GitHub
parent 40e0cca543
commit c591af2a91
12 changed files with 160 additions and 545 deletions

View File

@@ -2,7 +2,7 @@
title: Executable Experiment Containers
---
This tutorial demonstrates using [`clearml-agent`](../../clearml_agent.md)s [`build`](../../clearml_agent/clearml_agent_build.md)
This tutorial demonstrates using [`clearml-agent`](../../clearml_agent.md)s [`build`](../../clearml_agent/clearml_agent__ref#build)
command to package an experiment into an executable container. In this example, you will build a Docker image that, when
run, will automatically execute the [keras_tensorboard.py](https://github.com/allegroai/clearml/blob/master/examples/frameworks/keras/keras_tensorboard.py)
script.