mirror of
https://github.com/clearml/clearml-docs
synced 2025-06-26 18:17:44 +00:00
Small edits (#467)
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -8,7 +8,7 @@ compute provided by google.
|
||||
Users can transform a Google Colab instance into an available resource in ClearML using [ClearML Agent](../../clearml_agent.md).
|
||||
|
||||
This tutorial goes over how to create a ClearML worker node in a Google Colab notebook. Once the worker is up
|
||||
and running, users can send Tasks to be executed on the Google Colab's HW.
|
||||
and running, users can send Tasks to be executed on Google Colab's HW.
|
||||
|
||||
## Prerequisites
|
||||
* Be signed up for ClearML (Or have a server deployed).
|
||||
|
||||
Reference in New Issue
Block a user