Skip to content

Commit

Permalink
Merge pull request #58 from genomic-medicine-sweden/fix_mamba
Browse files Browse the repository at this point in the history
Fix mamba error
  • Loading branch information
sofstam authored May 30, 2022
2 parents c4edf92 + 1a37373 commit 75b75c9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build_dockerfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ name: Update docker for artic-ncov2019-illumina, artic-ncov2019-nanopore
on:
schedule:
- cron: '0 0 * * *'
push:
branches:
- fix_mamba
jobs:
get-version:
runs-on: ubuntu-latest
Expand Down
1 change: 1 addition & 0 deletions environments/illumina/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ COPY environments/extras.yml /extras.yml
COPY environments/illumina/environment.yml /environment.yml
RUN /opt/conda/bin/conda update conda && \
/opt/conda/bin/conda install mamba -c conda-forge && \
/opt/conda/bin/conda update mamba -c conda-forge && \
/opt/conda/bin/mamba env create -f /environment.yml

FROM debian:buster-slim
Expand Down
1 change: 1 addition & 0 deletions environments/nanopore/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ LABEL authors="Matt Bull" \
COPY environments/extras.yml /extras.yml
COPY environments/nanopore/environment.yml /environment.yml
RUN /opt/conda/bin/conda install mamba -c conda-forge && \
/opt/conda/bin/conda update mamba -c conda-forge && \
/opt/conda/bin/mamba env create -f /environment.yml

FROM debian:buster-slim
Expand Down

0 comments on commit 75b75c9

Please sign in to comment.