Skip to content

Commit

Permalink
FS SSE2 binary was dropped
Browse files Browse the repository at this point in the history
  • Loading branch information
milot-mirdita committed Jan 7, 2025
1 parent 734bade commit 65bbcf1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile.backend
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ ONBUILD ADD https://mmseqs.com/latest/mmseqs-linux-arm64.tar.gz .
FROM scratch AS foldseek_amd64_downloader
WORKDIR /opt/build
ONBUILD ADD https://mmseqs.com/foldseek/foldseek-linux-avx2.tar.gz .
#ONBUILD ADD https://mmseqs.com/foldseek/foldseek-linux-sse41.tar.gz .
ONBUILD ADD https://mmseqs.com/foldseek/foldseek-linux-sse2.tar.gz .
ONBUILD ADD https://mmseqs.com/foldseek/foldseek-linux-sse41.tar.gz .
# ONBUILD ADD https://mmseqs.com/foldseek/foldseek-linux-sse2.tar.gz .
ONBUILD ADD https://mmseqs.com/foldmason/foldmason-linux-avx2.tar.gz .
ONBUILD ADD https://mmseqs.com/foldmason/foldmason-linux-sse2.tar.gz .

Expand All @@ -35,7 +35,7 @@ ADD backend .
RUN GOOS=linux GOARCH=$TARGETARCH go build -o mmseqs-web

ADD https://raw.githubusercontent.com/soedinglab/MMseqs2/678c82ac44f1178bf9a3d49bfab9d7eed3f17fbc/util/mmseqs_wrapper.sh binaries/mmseqs
ADD https://raw.githubusercontent.com/steineggerlab/foldseek/0a68e16214a6db745cee783128ccba8546ea5dc9/util/foldseek_wrapper.sh binaries/foldseek
ADD https://raw.githubusercontent.com/steineggerlab/foldseek/2a7d682841e78deb511ada92fa5caa1f8f183f14/util/foldseek_wrapper.sh binaries/foldseek

COPY --from=downloader /opt/build/* .
RUN mkdir binaries; \
Expand Down

0 comments on commit 65bbcf1

Please sign in to comment.