Skip to content

Commit

Permalink
add docker file
Browse files Browse the repository at this point in the history
  • Loading branch information
LianxinGao committed Sep 12, 2023
1 parent c287597 commit 84e5ff2
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 84e5ff2

Please sign in to comment.