Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -37,7 +37,7 @@ RUN pyenv install $PYTHON_VERSION && \
|
|
37 |
datasets \
|
38 |
huggingface-hub "protobuf<4" "click<8.1"
|
39 |
|
40 |
-
RUN git clone
|
41 |
git clone https://github.com/etherealxx/batchlinks-webui /content/test/extensions/batchlinks-webui && \
|
42 |
sed -i -e 's/ start()/ #start()/g' /content/test/launch.py && \
|
43 |
cd /content/test && \
|
|
|
37 |
datasets \
|
38 |
huggingface-hub "protobuf<4" "click<8.1"
|
39 |
|
40 |
+
RUN git clone https://github.com/AUTOMATIC1111/stable-diffusion-webui /content/test && \
|
41 |
git clone https://github.com/etherealxx/batchlinks-webui /content/test/extensions/batchlinks-webui && \
|
42 |
sed -i -e 's/ start()/ #start()/g' /content/test/launch.py && \
|
43 |
cd /content/test && \
|