We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e56b0c0 commit 69f6bc2Copy full SHA for 69f6bc2
1 file changed
Dockerfile
@@ -22,7 +22,7 @@ WORKDIR /app/stable-diffusion-webui
22
RUN cd extensions && git clone https://github.com/d8ahazard/sd_dreambooth_extension.git
23
24
RUN python3.12 -m venv venv
25
-RUN . /app/stable-diffusion-webui/bin/activate
+RUN . /app/stable-diffusion-webui/venv/bin/activate
26
RUN cd extensions/sd_dreambooth_extension && pip install -r requirements.txt
27
RUN ./webui.sh --skip-torch-cuda-test
28
RUN pip install -U torch torchvision torchaudio xformers --index-url https://download.pytorch.org/whl/cu126
0 commit comments