From 01c068ade960655db8e4cbf6a112e91d3ec54f50 Mon Sep 17 00:00:00 2001 From: "xingjun.wxj" Date: Tue, 11 Mar 2025 22:36:04 +0800 Subject: [PATCH] del unicore installation in install_unifold.sh --- docker/scripts/install_unifold.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docker/scripts/install_unifold.sh b/docker/scripts/install_unifold.sh index 0e9f3682..479d3f66 100644 --- a/docker/scripts/install_unifold.sh +++ b/docker/scripts/install_unifold.sh @@ -8,5 +8,6 @@ apt-get update && apt-get install -y hmmer kalign curl cmake \ && ln -s /opt/hhsuite/bin/* /usr/bin \ && popd \ && rm -rf /tmp/hh-suite \ - && pip install --no-cache-dir unicore -f https://modelscope.oss-cn-beijing.aliyuncs.com/releases/repo.html \ && pip install --no-cache-dir biopython ipdb + +# && pip install --no-cache-dir unicore -f https://modelscope.oss-cn-beijing.aliyuncs.com/releases/repo.html \