We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13a8b28 commit 1747556Copy full SHA for 1747556
1 file changed
docker/Dockerfile
@@ -48,9 +48,11 @@ WORKDIR /root
48
COPY ./requirements.txt /lightllm/requirements.txt
49
RUN pip install -U pip
50
RUN pip install --no-cache-dir \
51
+ -i https://pypi.org/simple \
52
--extra-index-url https://download.pytorch.org/whl/cu130 \
53
vllm==${VLLM_VERSION}
54
RUN pip install -r /lightllm/requirements.txt --no-cache-dir \
55
56
--extra-index-url https://download.pytorch.org/whl/cu130
57
RUN export CPATH=/usr/local/cuda/targets/x86_64-linux/include/cccl:/usr/local/cuda/targets/x86_64-linux/include${CPATH:+:${CPATH}} && \
58
git clone https://github.com/deepseek-ai/FlashMLA.git /root/FlashMLA && \
0 commit comments