fix: Remove nvidia.cn from APT sources to fix apt failures in certain environments (#1575)

Co-authored-by: suluyan <suluyan.sly@aliabab-inc.com>
This commit is contained in:
suluyana
2026-01-09 16:09:23 +08:00
committed by GitHub
parent e4aace1500
commit 09bc99c8c3

View File

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