We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73d9e2f commit 53f7b16Copy full SHA for 53f7b16
1 file changed
Dockerfile-sd-scripts
@@ -15,7 +15,7 @@ SHELL ["conda", "run", "-n", "sd-scripts", "/bin/bash", "-c"]
15
16
RUN git clone https://github.com/kohya-ss/sd-scripts.git
17
WORKDIR /app/sd-scripts
18
-RUN pip install https://huggingface.co/czmahi/xformers-windows-torch2.8-cu128-py312/resolve/main/xformers-0.0.30%2Bc5c0720c.d20250413-cp312-cp312-win_amd64.whl --no-deps && pip cache purge
+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
19
RUN pip install -U torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu128 && pip install -r requirements.txt && pip cache purge
20
21
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