Skip to content

Commit

Permalink
Update to better Docker image path.
Browse files Browse the repository at this point in the history
  • Loading branch information
deflaux committed May 10, 2024
1 parent d58c994 commit 0bf67e0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions embedding_creation_script.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
}

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 0bf67e0

Please sign in to comment.