From f224a0cc9e14e2b3ee741e33169dacade961cffd Mon Sep 17 00:00:00 2001 From: Nicole Deflaux Date: Sat, 11 May 2024 08:01:53 -0700 Subject: [PATCH] Update to better Docker image path. (#15) --- embedding_creation_script.wdl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/embedding_creation_script.wdl b/embedding_creation_script.wdl index b52b68c..a6c8d5a 100644 --- a/embedding_creation_script.wdl +++ b/embedding_creation_script.wdl @@ -32,7 +32,7 @@ workflow EmbeddingCreation { Int tfHubModelInputImageHeight Int tfHubModelInputImageWidth Int tfHubModelOutputEmbSize - String embeddingCreationDockerImage = 'ghcr.io/deflaux/embedding_creation:20240502_203214' + String embeddingCreationDockerImage = 'ghcr.io/jump-cellpainting/cell-painting-embedder:20240510' Int embeddingCreationCPU = 8 Int embeddingCreationMemoryGB = 30 Int embeddingCreationDiskGB = 10 @@ -106,7 +106,7 @@ task determineShards { Int modulus = 24 # Docker image - String dockerImage = 'ghcr.io/deflaux/embedding_creation:20240502_203214' + String dockerImage = 'ghcr.io/jump-cellpainting/cell-painting-embedder:20240510' Int bootDiskGB = 15 } @@ -155,7 +155,7 @@ task runEmbeddingCreationScript { Int tfHubModelInputImageWidth Int tfHubModelOutputEmbSize - String dockerImage = 'ghcr.io/deflaux/embedding_creation:20240502_203214' + String dockerImage = 'ghcr.io/jump-cellpainting/cell-painting-embedder:20240510' Int cpu = 8 Int memoryGB = 30 Int diskGB = 10