Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -36,7 +36,7 @@ RUN python -m venv env && \
|
|
| 36 |
pip install -r requirements.txt
|
| 37 |
|
| 38 |
# Download a default model (e.g., lcm-lora-sdv1-5)
|
| 39 |
-
RUN git clone https://huggingface.co/latent-consistency/lcm-lataency-sdv1-5
|
| 40 |
|
| 41 |
# Configure the model path
|
| 42 |
RUN echo "/models/lcm-lora-sdv1-5" > configs/lcm-lora-models.txt && \
|
|
|
|
| 36 |
pip install -r requirements.txt
|
| 37 |
|
| 38 |
# Download a default model (e.g., lcm-lora-sdv1-5)
|
| 39 |
+
RUN git clone https://huggingface.co/latent-consistency/lcm-lataency-sdv1-5
|
| 40 |
|
| 41 |
# Configure the model path
|
| 42 |
RUN echo "/models/lcm-lora-sdv1-5" > configs/lcm-lora-models.txt && \
|