Skip to content

Commit 962ff33

Browse files
authored
Update Dockerfile-sd-scripts
1 parent 53f7b16 commit 962ff33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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 wget https://huggingface.co/czmahi/xformers-windows-torch2.8-cu128-py312/resolve/main/xformers-0.0.30%2B3abeaa9e.d20250427-cp312-cp312-win_amd64.whl?download=true -O xformers-0.0.30%2B3abeaa9e.d20250427-cp312-cp312-win_amd64.whl && pip install xformers-0.0.30%2B3abeaa9e.d20250427-cp312-cp312-win_amd64.whl --no-deps && rm -rf xformers-0.0.30%2B3abeaa9e.d20250427-cp312-cp312-win_amd64.whl && pip cache purge
18+
RUN pip install -v -U git+https://github.com/facebookresearch/xformers.git --no-build-isolation && 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)