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

Update Dockerfile

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