mirror of
https://github.com/modelscope/modelscope.git
synced 2026-02-24 12:10:09 +01:00
fix cache bust
This commit is contained in:
@@ -45,8 +45,9 @@ else \
|
||||
pip cache purge; \
|
||||
fi
|
||||
|
||||
RUN echo "cache bust $(date +%Y%m%d%H%M%S)" && \
|
||||
sh /tmp/install.sh {version_args} && \
|
||||
RUN echo "cache bust $(date +%Y%m%d%H%M%S)"
|
||||
|
||||
RUN sh /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 pyav librosa timm transformers accelerate peft trl safetensors && \
|
||||
|
||||
Reference in New Issue
Block a user