comparison Dockerfile @ 11:b91011f3b337 draft

planemo upload commit 6ac5298a485e4bd7271bd3418039af44fd6d8f60
author galaxytrakr
date Fri, 15 May 2026 12:01:51 +0000
parents 6cba046e4aaa
children 12122bf5adda
comparison
equal deleted inserted replaced
10:6cba046e4aaa 11:b91011f3b337
1 # Multi-stage Dockerfile for SeqSero2S 1 # Multi-stage Dockerfile for SeqSero2S
2 # Default build: docker build -t seqsero2s:latest . 2 # Default build: docker build -t seqsero2s:latest .
3 # Test build: docker build --target test -t seqsero2s:test . 3 # Test build: docker build --target test -t seqsero2s:test .
4
5 4
6 # ============================================================================ 5 # ============================================================================
7 # Stage 1: Base image with mambaforge for faster dependency resolution 6 # Stage 1: Base image with mambaforge for faster dependency resolution
8 # ============================================================================ 7 # ============================================================================
9 FROM condaforge/mambaforge:latest AS base 8 FROM condaforge/mambaforge:latest AS base