changeset 2:bf58f4348cb6 draft default tip

planemo upload for repository https://github.com/goeckslab/gleam.git commit 6b63ec1c713d313ed85e9cc92822d954cb284d7b
author goeckslab
date Wed, 26 Nov 2025 23:07:20 +0000
parents 84f96c952c2c
children
files pytorch_embedding.xml
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/pytorch_embedding.xml	Sun Nov 09 19:03:21 2025 +0000
+++ b/pytorch_embedding.xml	Wed Nov 26 23:07:20 2025 +0000
@@ -2,7 +2,7 @@
     <description>Extract image embeddings using a deep learning model</description>
 
     <requirements>
-        <container type="docker">quay.io/goeckslab/galaxy-ludwig-gpu:0.10.1</container>
+        <container type="docker">quay.io/goeckslab/galaxy-ludwig-gpu:extract_embeddings</container>
     </requirements>
     <stdio>
         <exit_code range="137" level="fatal_oom" description="Out of Memory" />
@@ -150,4 +150,4 @@
         - A CSV file containing embeddings. Each row corresponds to an image, with the file name in the first column and embedding vectors in the subsequent columns.
         ]]>
     </help>
-</tool>
\ No newline at end of file
+</tool>