We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 962ff33 commit 0e4ca72Copy full SHA for 0e4ca72
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 -v -U git+https://github.com/facebookresearch/xformers.git --no-build-isolation && pip cache purge
+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
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