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 \