From 4122a2b68494284910dbf9b9eb45e7f11dd1401d Mon Sep 17 00:00:00 2001 From: Jintao Huang Date: Sat, 24 Jan 2026 23:40:14 +0800 Subject: [PATCH] remove ollama --- docker/Dockerfile.ubuntu | 1 - 1 file changed, 1 deletion(-) diff --git a/docker/Dockerfile.ubuntu b/docker/Dockerfile.ubuntu index 7e8ebd53..838dc847 100644 --- a/docker/Dockerfile.ubuntu +++ b/docker/Dockerfile.ubuntu @@ -57,7 +57,6 @@ ARG CUR_TIME={cur_time} RUN echo $CUR_TIME RUN bash /tmp/install.sh {version_args} && \ - curl -fsSL https://ollama.com/install.sh | sh && \ pip install --no-cache-dir -U funasr scikit-learn && \ pip install --no-cache-dir -U qwen_vl_utils qwen_omni_utils librosa timm transformers accelerate peft trl safetensors && \ cd /tmp && GIT_LFS_SKIP_SMUDGE=1 git clone -b {swift_branch} --single-branch https://github.com/modelscope/ms-swift.git && \