kadirnar commited on
Commit
d8980c9
1 Parent(s): 5188315

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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