Small edits (#467)

This commit is contained in:
pollfly
2023-02-05 13:43:44 +02:00
committed by GitHub
parent 280508a796
commit dd649ffff3
5 changed files with 7 additions and 7 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__ref#build)
This tutorial demonstrates using [`clearml-agent`](../../clearml_agent.md)s [`build`](../../clearml_agent/clearml_agent_ref.md#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.