Update Dockerfile
Browse files- 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 |
-
|
| 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 |
|