Skip to content

Commit

Permalink
Update Dockerfile pip installation with system flag
Browse files Browse the repository at this point in the history
  • Loading branch information
manascb1344 committed Feb 10, 2025
1 parent 279b876 commit 429e2c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ COPY . .
RUN git submodule update --init --recursive --remote

# Install dependencies with optimizations
RUN uv pip install --no-build-isolation -e .[compile] && \
RUN uv pip install --system --no-build-isolation -e .[compile] && \
# Install flash-attention and other optimizations
pip install --no-build-isolation \
flash-attn \
Expand Down

0 comments on commit 429e2c9

Please sign in to comment.