fix cache bust

This commit is contained in:
yuze.zyz
2025-02-07 14:03:30 +08:00
parent 40a57b6a7d
commit c220b4b5dd

View File

@@ -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 && \