Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
abhishekkrthakur authored Jul 28, 2024
1 parent fa96d64 commit a427711
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ RUN conda install pytorch==2.3.0 torchvision==0.18.0 torchaudio==2.3.0 pytorch-c
COPY --chown=1000:1000 . /app/

RUN pip install -e . && \
pip install torch_xla~=2.3.0 && \
python -m nltk.downloader punkt && \
pip install -U ninja && \
pip install -U flash-attn --no-build-isolation && \
Expand Down

0 comments on commit a427711

Please sign in to comment.