This commit is contained in:
Jintao Huang
2025-09-16 22:26:26 +08:00
parent 4ebfecb6cb
commit 4edcf3ec9d

View File

@@ -56,7 +56,7 @@ fi
ARG CUR_TIME={cur_time}
RUN echo $CUR_TIME
RUN sh /tmp/install.sh {version_args} && \
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 && \