Skip to content

Commit cffd6b4

Browse files
authored
Update Dockerfile
1 parent aac4a6b commit cffd6b4

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
@@ -26,7 +26,7 @@ RUN cd extensions && git clone https://github.com/d8ahazard/sd_dreambooth_extens
2626

2727
# 创建Python虚拟环境
2828
RUN python3.10 -m venv venv
29-
RUN ./webui.sh --skip-torch-cuda-test --exit
29+
RUN ./webui.sh --exit
3030
RUN . /app/stable-diffusion-webui/venv/bin/activate && cd extensions/sd_dreambooth_extension && pip install -r requirements.txt
3131

3232
# 清理缓存

0 commit comments

Comments
 (0)