Skip to content

Commit 0e4ca72

Browse files
authored
Update Dockerfile-sd-scripts
1 parent 962ff33 commit 0e4ca72

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile-sd-scripts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ SHELL ["conda", "run", "-n", "sd-scripts", "/bin/bash", "-c"]
1515

1616
RUN git clone https://github.com/kohya-ss/sd-scripts.git
1717
WORKDIR /app/sd-scripts
18-
RUN pip install -v -U git+https://github.com/facebookresearch/xformers.git --no-build-isolation && pip cache purge
18+
RUN pip install -U https://huggingface.co/Alissonerdx/xformers-0.0.30-torch2.7.0-cuda12.8/resolve/main/xformers-0.0.30%2B0b3963ad.d20250210-cp312-cp312-linux_x86_64.whl?download=true && pip cache purge
1919
RUN pip install -U torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu128 && pip install -r requirements.txt && pip cache purge
2020

2121
RUN rm -rf /etc/apt/sources.list && rm -rf /etc/apt/sources.list.d/*ubuntu* && wget https://github.com/IAMJOYBO/lora-scripts/raw/refs/heads/main/sources-24.04.list -O /etc/apt/sources.list

0 commit comments

Comments
 (0)