mirror of
https://github.com/modelscope/modelscope.git
synced 2026-02-24 04:01:10 +01:00
fix: Remove nvidia.cn from APT sources to fix apt failures in certain environments
This commit is contained in:
@@ -99,6 +99,8 @@ RUN curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.3/install.sh | b
|
||||
nvm install 22 && \
|
||||
nvm use 22
|
||||
|
||||
RUN rm -f /etc/apt/sources.list.d/cuda-*.list && apt-get update
|
||||
|
||||
ENV VLLM_USE_MODELSCOPE=True
|
||||
ENV LMDEPLOY_USE_MODELSCOPE=True
|
||||
ENV MODELSCOPE_CACHE=/mnt/workspace/.cache/modelscope/hub
|
||||
|
||||
Reference in New Issue
Block a user