Skip to content

Commit

Permalink
feat: download foldseek in the docker
Browse files Browse the repository at this point in the history
  • Loading branch information
xnought committed Feb 1, 2024
1 parent 71df2cd commit 2744e37
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
6 changes: 5 additions & 1 deletion backend/.gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
__pycache__/
.venv
.venv
.foldseek_cache/
foldseek/bin/foldseek
foldseek/README.md
foldseek-linux-sse2.tar.gz
3 changes: 3 additions & 0 deletions backend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,7 @@ RUN poetry config virtualenvs.in-project true

RUN poetry install

RUN wget https://mmseqs.com/foldseek/foldseek-linux-sse2.tar.gz && tar xvzf foldseek-linux-sse2.tar.gz
RUN rm -f foldseek-linux-sse2.tar.gz

EXPOSE 8000

0 comments on commit 2744e37

Please sign in to comment.