Skip to content

Commit

Permalink
fix: run nextflow tasks as the root user
Browse files Browse the repository at this point in the history
  • Loading branch information
Taras Priadka committed Oct 8, 2024
1 parent 3f60520 commit c6874b9
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,13 @@ Types of changes

# Latch SDK Changelog

## 2.53.5 - 2024-10-08

### Added

* Nextflow
- Run nextflow task pods as root to allow full access to all files in the shared filesystem

## 2.53.4 - 2024-10-07

### Added
Expand Down
4 changes: 4 additions & 0 deletions latch_cli/nextflow/workflow.py
Original file line number Diff line number Diff line change
Expand Up @@ -242,6 +242,10 @@ def generate_nextflow_config(pkg_root: Path):
executor = 'k8s'
}
k8s {
runAsUser = 0
}
aws {
client {
anonymous = true
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

setup(
name="latch",
version="v2.53.4",
version="v2.53.5",
author_email="[email protected]",
description="The Latch SDK",
packages=find_packages(),
Expand Down

0 comments on commit c6874b9

Please sign in to comment.