tejani commited on
Commit
87147f8
·
verified ·
1 Parent(s): 4d98778

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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 /models/lcm-lora-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 && \