Skip to content

Commit 1747556

Browse files
author
niushengxiao
committed
fix: update Dockerfile
1 parent 13a8b28 commit 1747556

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

docker/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,11 @@ WORKDIR /root
4848
COPY ./requirements.txt /lightllm/requirements.txt
4949
RUN pip install -U pip
5050
RUN pip install --no-cache-dir \
51+
-i https://pypi.org/simple \
5152
--extra-index-url https://download.pytorch.org/whl/cu130 \
5253
vllm==${VLLM_VERSION}
5354
RUN pip install -r /lightllm/requirements.txt --no-cache-dir \
55+
-i https://pypi.org/simple \
5456
--extra-index-url https://download.pytorch.org/whl/cu130
5557
RUN export CPATH=/usr/local/cuda/targets/x86_64-linux/include/cccl:/usr/local/cuda/targets/x86_64-linux/include${CPATH:+:${CPATH}} && \
5658
git clone https://github.com/deepseek-ai/FlashMLA.git /root/FlashMLA && \

0 commit comments

Comments
 (0)