Skip to content

Commit

Permalink
try to fix docker build env with mambaforge starting point
Browse files Browse the repository at this point in the history
  • Loading branch information
Jon Palmer committed Sep 6, 2023
1 parent e9a0107 commit 7d9496f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
# start with miniconda3 as build environment
FROM continuumio/miniconda3 AS build
FROM condaforge/mambaforge AS build

# Update, install mamba and conda-pack:
RUN conda update -n base -c defaults --yes conda && \
conda install -c conda-forge -n base --yes mamba conda-pack
RUN mamba install -n base --yes conda-pack

# Install funannotate deps from bioconda
# here specifying specific versions to be able to set ENV below
Expand Down

0 comments on commit 7d9496f

Please sign in to comment.