Skip to content

Commit

Permalink
retain image naming system
Browse files Browse the repository at this point in the history
  • Loading branch information
roskamsh committed Sep 24, 2024
1 parent 1d2c2af commit e5fb4f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion conf/allofus_container.config
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ include 'containers.config'

process {
// Only required when running only through docker
container = "us-central1-docker.pkg.dev/all-of-us-rw-prod/aou-rw-gar-remote-repo-docker-prod/roskamsh/commandlinetools:0.1.1"
container = "us-central1-docker.pkg.dev/all-of-us-rw-prod/aou-rw-gar-remote-repo-docker-prod/${base_image_version}"

withLabel: simulation_image {
container = "us-central1-docker.pkg.dev/all-of-us-rw-prod/aou-rw-gar-remote-repo-docker-prod/${simulation_image_version}"
Expand Down
1 change: 1 addition & 0 deletions conf/container.config
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ ukb_image_version = "olivierlabayle/ukbmain:0.5"
tmle_image_version = "olivierlabayle/targeted-estimation:0.10"
plink_image_version = "olivierlabayle/plink2:0.1.0"
pca_image_version = "roskamsh/flashpca:0.1.0"
base_image_version = "roskamsh/commandlinetools:0.1.1"

process {
withLabel: simulation_image {
Expand Down

0 comments on commit e5fb4f5

Please sign in to comment.