Skip to content

Commit

Permalink
Adds bakta database download
Browse files Browse the repository at this point in the history
  • Loading branch information
samhorsfield96 committed Apr 3, 2024
1 parent dff7176 commit fea0dd7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docker_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- 'main'
- 'docker'
tags:
- 'v*'
pull_request:
Expand Down
2 changes: 2 additions & 0 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,8 @@ RUN conda update --name base --channel defaults conda && \
conda clean --all --yes && \
conda activate $ENV_PREFIX && \
cargo install cgt_bacpop && \
mkdir bakta_db && \
bakta_db download --output bakta_db && \
conda deactivate

# add rust binary to path
Expand Down

0 comments on commit fea0dd7

Please sign in to comment.