comparison Dockerfile @ 13:c15a67e4b8a7 draft

planemo upload commit 6041b6f1ec9968ff94d1186d2304bd67b3236059
author galaxytrakr
date Fri, 15 May 2026 12:22:14 +0000
parents 12122bf5adda
children 82c491b2afbf
comparison
equal deleted inserted replaced
12:12122bf5adda 13:c15a67e4b8a7
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