We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aac4a6b commit cffd6b4Copy full SHA for cffd6b4
1 file changed
Dockerfile
@@ -26,7 +26,7 @@ RUN cd extensions && git clone https://github.com/d8ahazard/sd_dreambooth_extens
26
27
# 创建Python虚拟环境
28
RUN python3.10 -m venv venv
29
-RUN ./webui.sh --skip-torch-cuda-test --exit
+RUN ./webui.sh --exit
30
RUN . /app/stable-diffusion-webui/venv/bin/activate && cd extensions/sd_dreambooth_extension && pip install -r requirements.txt
31
32
# 清理缓存
0 commit comments