Skip to content

Commit

Permalink
fix: markdown issue in the task doc
Browse files Browse the repository at this point in the history
  • Loading branch information
anna-geller committed Nov 21, 2023
1 parent c242473 commit 797816b
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,10 @@
```
Then, make sure to set the `enabled` flag of the `namespaceFiles` property to `true` to enable [namespace files](https://kestra.io/docs/developer-guide/namespace-files).
```
This flow uses a `PROCESS` runner and Conda virtual environment for process isolation and dependency management. However, note that, by default, Kestra runs tasks in a Docker container (i.e. a `DOCKER` runner), and you can use the `docker` property to customize many options, such as the Docker image to use.
""",
code = """
code = """
id: python_venv
namespace: dev
Expand Down

0 comments on commit 797816b

Please sign in to comment.