Skip to content

Commit

Permalink
add docker file (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
LianxinGao committed Sep 14, 2023
1 parent 0aeeedb commit 28d2af3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
FROM pytorch/pytorch:2.0.1-cuda11.7-cudnn8-devel
RUN apt-get update && apt-get install vim git -y
RUN cd /workspace && git clone https://github.com/TUDB-Labs/multi-lora-fine-tune.git && pip install -r /workspace/multi-lora-fine-tune/requirements.txt

0 comments on commit 28d2af3

Please sign in to comment.