Skip to content

Commit

Permalink
Update Dockerfile_tag
Browse files Browse the repository at this point in the history
  • Loading branch information
lwj-st authored Sep 25, 2024
1 parent 6801602 commit 8081ab0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile_tag
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ RUN bash -c "source activate lazyllm && conda install -y mpi4py" \
&& bash -c "source activate lazyllm && pip install -r requirements1.txt --default-timeout=10000 --no-deps --no-cache-dir " \
&& bash -c "source activate lazyllm && pip install -r requirements2.txt --default-timeout=10000 --no-deps --no-cache-dir " \
&& bash -c "source activate lazyllm && pip install -r requirements3.txt --default-timeout=10000 --no-deps --no-cache-dir " \
&& bash -c "source activate lazyllm && pip install flash-attn==2.6.3 && pip cache purge" \
&& bash -c "source activate lazyllm && pip install flash-attn==2.6.2 && pip cache purge" \
&& rm -rf /tmp/*

ARG LAZYLLM_VERSION=""
Expand Down

0 comments on commit 8081ab0

Please sign in to comment.