Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +0 -3
Dockerfile
CHANGED
@@ -18,6 +18,3 @@ RUN git clone -b v2.6 https://github.com/camenduru/stable-diffusion-webui /conte
|
|
18 |
cd /content/test && \
|
19 |
python launch.py --skip-torch-cuda-test && \
|
20 |
git reset --hard
|
21 |
-
|
22 |
-
# RUN aria2c --console-log-level=error -c -x 16 -s 16 -k 1M https://huggingface.co/ckpt/sd15/resolve/main/v1-5-pruned-emaonly.ckpt -d /content/test/models/Stable-diffusion -o v1-5-pruned-emaonly.ckpt
|
23 |
-
CMD cd /content/test && python launch.py --xformers --cors-allow-origins=* --api
|
|
|
18 |
cd /content/test && \
|
19 |
python launch.py --skip-torch-cuda-test && \
|
20 |
git reset --hard
|
|
|
|
|
|