Files
clearml-docs/docs/clearml_agent/clearml_agent_base_docker.md

803 B

title
title
Building Task Execution Environments in Docker

Base Docker Container

Build a Docker container according to the execution environment of a specific task.

clearml-agent build --id <task-id> --docker --target <new-docker-name>

You can add the Docker container as the base Docker image to a task, using one of the following methods:

Check out this tutorial for building a Docker container replicating the execution environment of an existing task.