Skip to content

Commit 69f6bc2

Browse files
authored
Update Dockerfile
1 parent e56b0c0 commit 69f6bc2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ WORKDIR /app/stable-diffusion-webui
2222
RUN cd extensions && git clone https://github.com/d8ahazard/sd_dreambooth_extension.git
2323

2424
RUN python3.12 -m venv venv
25-
RUN . /app/stable-diffusion-webui/bin/activate
25+
RUN . /app/stable-diffusion-webui/venv/bin/activate
2626
RUN cd extensions/sd_dreambooth_extension && pip install -r requirements.txt
2727
RUN ./webui.sh --skip-torch-cuda-test
2828
RUN pip install -U torch torchvision torchaudio xformers --index-url https://download.pytorch.org/whl/cu126

0 commit comments

Comments
 (0)