diff --git a/dockerfile b/dockerfile new file mode 100644 index 00000000..cd40f532 --- /dev/null +++ b/dockerfile @@ -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 \ No newline at end of file