Use bioemu:v2 tag to force k8s to pull fixed image with UID 1000 user

This commit is contained in:
2026-03-26 16:14:53 +01:00
parent 1febdbe11f
commit 844d34c04a
2 changed files with 4 additions and 4 deletions

View File

@@ -11,7 +11,7 @@ docker {
}
process {
container = 'harbor.cluster.omic.ai/omic/bioemu:latest'
container = 'harbor.cluster.omic.ai/omic/bioemu:v2'
cpus = 2
memory = '8 GB'
}