Task software environment#
The @task decorator provides the following parameters to specify the software environment in which a task runs:
container_image
: See ImageSpec for details.environment
: See Environment for details.
The @task decorator provides the following parameters to specify the software environment in which a task runs:
container_image
: See ImageSpec for details.
environment
: See Environment for details.