Skip to content

Commit

Permalink
Update glibc requirements in readme to 2.17
Browse files Browse the repository at this point in the history
  • Loading branch information
milot-mirdita committed Jan 14, 2025
1 parent 4c2092a commit 9323f55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ wget https://mmseqs.com/foldseek/foldseek-linux-avx2.tar.gz; tar xvzf foldseek-l
# Linux ARM64 build
wget https://mmseqs.com/foldseek/foldseek-linux-arm64.tar.gz; tar xvzf foldseek-linux-arm64.tar.gz; export PATH=$(pwd)/foldseek/bin/:$PATH
# Linux AVX2 & GPU build (req. glibc >= 2.29 and nvidia driver >=525.60.13)
# Linux AVX2 & GPU build (req. glibc >= 2.17 and nvidia driver >=525.60.13)
wget https://mmseqs.com/foldseek/foldseek-linux-gpu.tar.gz; tar xvfz foldseek-linux-gpu.tar.gz; export PATH=$(pwd)/foldseek/bin/:$PATH
# MacOS
Expand Down

0 comments on commit 9323f55

Please sign in to comment.