Mercurial > repos > jpayne > seqsero2s
comparison Dockerfile @ 15:b15b07ad729b draft
planemo upload commit 5e018eb1721a76a7740d50dbdca8a2254757a27e
| author | galaxytrakr |
|---|---|
| date | Fri, 15 May 2026 14:05:53 +0000 |
| parents | 82c491b2afbf |
| children | 790b6c0e71fb |
comparison
equal
deleted
inserted
replaced
| 14:82c491b2afbf | 15:b15b07ad729b |
|---|---|
| 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 |
