heboya8 commited on
Commit
deea24f
·
verified ·
1 Parent(s): dd00034

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -1
Dockerfile CHANGED
@@ -23,7 +23,8 @@ RUN pip-sync requirements.txt
23
 
24
  # Install Gradio
25
  RUN pip install --no-cache-dir gradio
26
-
 
27
  # Copy the rest of the application code
28
  COPY . .
29
 
 
23
 
24
  # Install Gradio
25
  RUN pip install --no-cache-dir gradio
26
+ RUN pip install git+https://github.com/cloneofsimo/lora
27
+ gRUN pip install git+https://github.com/microsoft/LoRA
28
  # Copy the rest of the application code
29
  COPY . .
30