Skip to content

Commit

Permalink
no build isolation
Browse files Browse the repository at this point in the history
  • Loading branch information
KuuCi committed Jan 23, 2024
1 parent 228c6df commit cb121c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ RUN if [[ -n "$CUDA_VERSION" ]] && [[ -z "${PYTORCH_NIGHTLY_URL}" ]]; then \
# Install Flash Attention
##########################
RUN pip install packaging==22.0 && \
pip install flash-attn==2.5.0
pip install flash-attn==2.5.0 --no-build-isolation

###############
# Install cmake
Expand Down

0 comments on commit cb121c2

Please sign in to comment.