Skip to content

Commit

Permalink
Update Dockerfile to fix package conficts
Browse files Browse the repository at this point in the history
  • Loading branch information
hiworldwzj authored Sep 4, 2024
1 parent 6370571 commit 3146c47
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ RUN mkdir ~/cuda-nvcc && cd ~/cuda-nvcc && \
WORKDIR /root

COPY ./requirements.txt /lightllm/requirements.txt
RUN pip install -r /lightllm/requirements.txt --no-cache-dir
RUN pip install -r /lightllm/requirements.txt --no-cache-dir --ignore-installed

COPY . /lightllm
RUN pip install -e /lightllm --no-cache-dir
RUN pip install -e /lightllm --no-cache-dir

0 comments on commit 3146c47

Please sign in to comment.