fastapi==0.90.0
Browse files- Dockerfile +1 -0
- Dockerfile.Private.A10G +1 -0
- Dockerfile.Private.Nightly.A10G +1 -0
- Dockerfile.Private.Nightly.CPU +1 -0
- Dockerfile.Private.Nightly.T4 +1 -0
- Dockerfile.Private.T4 +1 -0
- Dockerfile.Public.A10G +1 -0
- Dockerfile.Public.Nightly.A10G +1 -0
- Dockerfile.Public.Nightly.T4 +1 -0
- Dockerfile.Public.T4 +1 -0
Dockerfile
CHANGED
@@ -12,6 +12,7 @@ RUN pip install --pre triton
|
|
12 |
RUN pip install numexpr
|
13 |
|
14 |
RUN git clone -b v1.6 https://github.com/camenduru/stable-diffusion-webui
|
|
|
15 |
RUN sed -i -e '''/prepare_environment()/a\ os.system\(f\"""sed -i -e ''\"s/dict()))/dict())).cuda()/g\"'' /content/stable-diffusion-webui/repositories/stable-diffusion-stability-ai/ldm/util.py""")''' /content/stable-diffusion-webui/launch.py
|
16 |
RUN sed -i -e 's/ start()/ #start()/g' /content/stable-diffusion-webui/launch.py
|
17 |
RUN cd stable-diffusion-webui && python launch.py --skip-torch-cuda-test
|
|
|
12 |
RUN pip install numexpr
|
13 |
|
14 |
RUN git clone -b v1.6 https://github.com/camenduru/stable-diffusion-webui
|
15 |
+
RUN sed -i '$a fastapi==0.90.0' /content/stable-diffusion-webui/requirements_versions.txt
|
16 |
RUN sed -i -e '''/prepare_environment()/a\ os.system\(f\"""sed -i -e ''\"s/dict()))/dict())).cuda()/g\"'' /content/stable-diffusion-webui/repositories/stable-diffusion-stability-ai/ldm/util.py""")''' /content/stable-diffusion-webui/launch.py
|
17 |
RUN sed -i -e 's/ start()/ #start()/g' /content/stable-diffusion-webui/launch.py
|
18 |
RUN cd stable-diffusion-webui && python launch.py --skip-torch-cuda-test
|
Dockerfile.Private.A10G
CHANGED
@@ -12,6 +12,7 @@ RUN pip install --pre triton
|
|
12 |
RUN pip install numexpr
|
13 |
|
14 |
RUN git clone -b v1.6 https://github.com/camenduru/stable-diffusion-webui
|
|
|
15 |
RUN sed -i -e '''/prepare_environment()/a\ os.system\(f\"""sed -i -e ''\"s/dict()))/dict())).cuda()/g\"'' /content/stable-diffusion-webui/repositories/stable-diffusion-stability-ai/ldm/util.py""")''' /content/stable-diffusion-webui/launch.py
|
16 |
RUN sed -i -e 's/ start()/ #start()/g' /content/stable-diffusion-webui/launch.py
|
17 |
RUN cd stable-diffusion-webui && python launch.py --skip-torch-cuda-test
|
|
|
12 |
RUN pip install numexpr
|
13 |
|
14 |
RUN git clone -b v1.6 https://github.com/camenduru/stable-diffusion-webui
|
15 |
+
RUN sed -i '$a fastapi==0.90.0' /content/stable-diffusion-webui/requirements_versions.txt
|
16 |
RUN sed -i -e '''/prepare_environment()/a\ os.system\(f\"""sed -i -e ''\"s/dict()))/dict())).cuda()/g\"'' /content/stable-diffusion-webui/repositories/stable-diffusion-stability-ai/ldm/util.py""")''' /content/stable-diffusion-webui/launch.py
|
17 |
RUN sed -i -e 's/ start()/ #start()/g' /content/stable-diffusion-webui/launch.py
|
18 |
RUN cd stable-diffusion-webui && python launch.py --skip-torch-cuda-test
|
Dockerfile.Private.Nightly.A10G
CHANGED
@@ -12,6 +12,7 @@ RUN pip install --pre triton
|
|
12 |
RUN pip install numexpr
|
13 |
|
14 |
RUN git clone https://github.com/camenduru/stable-diffusion-webui
|
|
|
15 |
RUN sed -i -e '''/prepare_environment()/a\ os.system\(f\"""sed -i -e ''\"s/dict()))/dict())).cuda()/g\"'' /content/stable-diffusion-webui/repositories/stable-diffusion-stability-ai/ldm/util.py""")''' /content/stable-diffusion-webui/launch.py
|
16 |
RUN sed -i -e 's/ start()/ #start()/g' /content/stable-diffusion-webui/launch.py
|
17 |
RUN cd stable-diffusion-webui && python launch.py --skip-torch-cuda-test
|
|
|
12 |
RUN pip install numexpr
|
13 |
|
14 |
RUN git clone https://github.com/camenduru/stable-diffusion-webui
|
15 |
+
RUN sed -i '$a fastapi==0.90.0' /content/stable-diffusion-webui/requirements_versions.txt
|
16 |
RUN sed -i -e '''/prepare_environment()/a\ os.system\(f\"""sed -i -e ''\"s/dict()))/dict())).cuda()/g\"'' /content/stable-diffusion-webui/repositories/stable-diffusion-stability-ai/ldm/util.py""")''' /content/stable-diffusion-webui/launch.py
|
17 |
RUN sed -i -e 's/ start()/ #start()/g' /content/stable-diffusion-webui/launch.py
|
18 |
RUN cd stable-diffusion-webui && python launch.py --skip-torch-cuda-test
|
Dockerfile.Private.Nightly.CPU
CHANGED
@@ -12,6 +12,7 @@ RUN pip install --pre triton
|
|
12 |
RUN pip install numexpr
|
13 |
|
14 |
RUN git clone https://github.com/camenduru/stable-diffusion-webui
|
|
|
15 |
RUN sed -i -e 's/ start()/ #start()/g' /content/stable-diffusion-webui/launch.py
|
16 |
RUN cd stable-diffusion-webui && python launch.py --skip-torch-cuda-test
|
17 |
|
|
|
12 |
RUN pip install numexpr
|
13 |
|
14 |
RUN git clone https://github.com/camenduru/stable-diffusion-webui
|
15 |
+
RUN sed -i '$a fastapi==0.90.0' /content/stable-diffusion-webui/requirements_versions.txt
|
16 |
RUN sed -i -e 's/ start()/ #start()/g' /content/stable-diffusion-webui/launch.py
|
17 |
RUN cd stable-diffusion-webui && python launch.py --skip-torch-cuda-test
|
18 |
|
Dockerfile.Private.Nightly.T4
CHANGED
@@ -12,6 +12,7 @@ RUN pip install --pre triton
|
|
12 |
RUN pip install numexpr
|
13 |
|
14 |
RUN git clone https://github.com/camenduru/stable-diffusion-webui
|
|
|
15 |
RUN sed -i -e '''/prepare_environment()/a\ os.system\(f\"""sed -i -e ''\"s/dict()))/dict())).cuda()/g\"'' /content/stable-diffusion-webui/repositories/stable-diffusion-stability-ai/ldm/util.py""")''' /content/stable-diffusion-webui/launch.py
|
16 |
RUN sed -i -e 's/ start()/ #start()/g' /content/stable-diffusion-webui/launch.py
|
17 |
RUN cd stable-diffusion-webui && python launch.py --skip-torch-cuda-test
|
|
|
12 |
RUN pip install numexpr
|
13 |
|
14 |
RUN git clone https://github.com/camenduru/stable-diffusion-webui
|
15 |
+
RUN sed -i '$a fastapi==0.90.0' /content/stable-diffusion-webui/requirements_versions.txt
|
16 |
RUN sed -i -e '''/prepare_environment()/a\ os.system\(f\"""sed -i -e ''\"s/dict()))/dict())).cuda()/g\"'' /content/stable-diffusion-webui/repositories/stable-diffusion-stability-ai/ldm/util.py""")''' /content/stable-diffusion-webui/launch.py
|
17 |
RUN sed -i -e 's/ start()/ #start()/g' /content/stable-diffusion-webui/launch.py
|
18 |
RUN cd stable-diffusion-webui && python launch.py --skip-torch-cuda-test
|
Dockerfile.Private.T4
CHANGED
@@ -12,6 +12,7 @@ RUN pip install --pre triton
|
|
12 |
RUN pip install numexpr
|
13 |
|
14 |
RUN git clone -b v1.6 https://github.com/camenduru/stable-diffusion-webui
|
|
|
15 |
RUN sed -i -e '''/prepare_environment()/a\ os.system\(f\"""sed -i -e ''\"s/dict()))/dict())).cuda()/g\"'' /content/stable-diffusion-webui/repositories/stable-diffusion-stability-ai/ldm/util.py""")''' /content/stable-diffusion-webui/launch.py
|
16 |
RUN sed -i -e 's/ start()/ #start()/g' /content/stable-diffusion-webui/launch.py
|
17 |
RUN cd stable-diffusion-webui && python launch.py --skip-torch-cuda-test
|
|
|
12 |
RUN pip install numexpr
|
13 |
|
14 |
RUN git clone -b v1.6 https://github.com/camenduru/stable-diffusion-webui
|
15 |
+
RUN sed -i '$a fastapi==0.90.0' /content/stable-diffusion-webui/requirements_versions.txt
|
16 |
RUN sed -i -e '''/prepare_environment()/a\ os.system\(f\"""sed -i -e ''\"s/dict()))/dict())).cuda()/g\"'' /content/stable-diffusion-webui/repositories/stable-diffusion-stability-ai/ldm/util.py""")''' /content/stable-diffusion-webui/launch.py
|
17 |
RUN sed -i -e 's/ start()/ #start()/g' /content/stable-diffusion-webui/launch.py
|
18 |
RUN cd stable-diffusion-webui && python launch.py --skip-torch-cuda-test
|
Dockerfile.Public.A10G
CHANGED
@@ -12,6 +12,7 @@ RUN pip install --pre triton
|
|
12 |
RUN pip install numexpr
|
13 |
|
14 |
RUN git clone -b v1.6 https://github.com/camenduru/stable-diffusion-webui
|
|
|
15 |
RUN sed -i -e '''/prepare_environment()/a\ os.system\(f\"""sed -i -e ''\"s/dict()))/dict())).cuda()/g\"'' /content/stable-diffusion-webui/repositories/stable-diffusion-stability-ai/ldm/util.py""")''' /content/stable-diffusion-webui/launch.py
|
16 |
RUN sed -i -e 's/ start()/ #start()/g' /content/stable-diffusion-webui/launch.py
|
17 |
RUN cd stable-diffusion-webui && python launch.py --skip-torch-cuda-test
|
|
|
12 |
RUN pip install numexpr
|
13 |
|
14 |
RUN git clone -b v1.6 https://github.com/camenduru/stable-diffusion-webui
|
15 |
+
RUN sed -i '$a fastapi==0.90.0' /content/stable-diffusion-webui/requirements_versions.txt
|
16 |
RUN sed -i -e '''/prepare_environment()/a\ os.system\(f\"""sed -i -e ''\"s/dict()))/dict())).cuda()/g\"'' /content/stable-diffusion-webui/repositories/stable-diffusion-stability-ai/ldm/util.py""")''' /content/stable-diffusion-webui/launch.py
|
17 |
RUN sed -i -e 's/ start()/ #start()/g' /content/stable-diffusion-webui/launch.py
|
18 |
RUN cd stable-diffusion-webui && python launch.py --skip-torch-cuda-test
|
Dockerfile.Public.Nightly.A10G
CHANGED
@@ -12,6 +12,7 @@ RUN pip install --pre triton
|
|
12 |
RUN pip install numexpr
|
13 |
|
14 |
RUN git clone https://github.com/camenduru/stable-diffusion-webui
|
|
|
15 |
RUN sed -i -e '''/prepare_environment()/a\ os.system\(f\"""sed -i -e ''\"s/dict()))/dict())).cuda()/g\"'' /content/stable-diffusion-webui/repositories/stable-diffusion-stability-ai/ldm/util.py""")''' /content/stable-diffusion-webui/launch.py
|
16 |
RUN sed -i -e 's/ start()/ #start()/g' /content/stable-diffusion-webui/launch.py
|
17 |
RUN cd stable-diffusion-webui && python launch.py --skip-torch-cuda-test
|
|
|
12 |
RUN pip install numexpr
|
13 |
|
14 |
RUN git clone https://github.com/camenduru/stable-diffusion-webui
|
15 |
+
RUN sed -i '$a fastapi==0.90.0' /content/stable-diffusion-webui/requirements_versions.txt
|
16 |
RUN sed -i -e '''/prepare_environment()/a\ os.system\(f\"""sed -i -e ''\"s/dict()))/dict())).cuda()/g\"'' /content/stable-diffusion-webui/repositories/stable-diffusion-stability-ai/ldm/util.py""")''' /content/stable-diffusion-webui/launch.py
|
17 |
RUN sed -i -e 's/ start()/ #start()/g' /content/stable-diffusion-webui/launch.py
|
18 |
RUN cd stable-diffusion-webui && python launch.py --skip-torch-cuda-test
|
Dockerfile.Public.Nightly.T4
CHANGED
@@ -12,6 +12,7 @@ RUN pip install --pre triton
|
|
12 |
RUN pip install numexpr
|
13 |
|
14 |
RUN git clone https://github.com/camenduru/stable-diffusion-webui
|
|
|
15 |
RUN sed -i -e '''/prepare_environment()/a\ os.system\(f\"""sed -i -e ''\"s/dict()))/dict())).cuda()/g\"'' /content/stable-diffusion-webui/repositories/stable-diffusion-stability-ai/ldm/util.py""")''' /content/stable-diffusion-webui/launch.py
|
16 |
RUN sed -i -e 's/ start()/ #start()/g' /content/stable-diffusion-webui/launch.py
|
17 |
RUN cd stable-diffusion-webui && python launch.py --skip-torch-cuda-test
|
|
|
12 |
RUN pip install numexpr
|
13 |
|
14 |
RUN git clone https://github.com/camenduru/stable-diffusion-webui
|
15 |
+
RUN sed -i '$a fastapi==0.90.0' /content/stable-diffusion-webui/requirements_versions.txt
|
16 |
RUN sed -i -e '''/prepare_environment()/a\ os.system\(f\"""sed -i -e ''\"s/dict()))/dict())).cuda()/g\"'' /content/stable-diffusion-webui/repositories/stable-diffusion-stability-ai/ldm/util.py""")''' /content/stable-diffusion-webui/launch.py
|
17 |
RUN sed -i -e 's/ start()/ #start()/g' /content/stable-diffusion-webui/launch.py
|
18 |
RUN cd stable-diffusion-webui && python launch.py --skip-torch-cuda-test
|
Dockerfile.Public.T4
CHANGED
@@ -12,6 +12,7 @@ RUN pip install --pre triton
|
|
12 |
RUN pip install numexpr
|
13 |
|
14 |
RUN git clone -b v1.6 https://github.com/camenduru/stable-diffusion-webui
|
|
|
15 |
RUN sed -i -e '''/prepare_environment()/a\ os.system\(f\"""sed -i -e ''\"s/dict()))/dict())).cuda()/g\"'' /content/stable-diffusion-webui/repositories/stable-diffusion-stability-ai/ldm/util.py""")''' /content/stable-diffusion-webui/launch.py
|
16 |
RUN sed -i -e 's/ start()/ #start()/g' /content/stable-diffusion-webui/launch.py
|
17 |
RUN cd stable-diffusion-webui && python launch.py --skip-torch-cuda-test
|
|
|
12 |
RUN pip install numexpr
|
13 |
|
14 |
RUN git clone -b v1.6 https://github.com/camenduru/stable-diffusion-webui
|
15 |
+
RUN sed -i '$a fastapi==0.90.0' /content/stable-diffusion-webui/requirements_versions.txt
|
16 |
RUN sed -i -e '''/prepare_environment()/a\ os.system\(f\"""sed -i -e ''\"s/dict()))/dict())).cuda()/g\"'' /content/stable-diffusion-webui/repositories/stable-diffusion-stability-ai/ldm/util.py""")''' /content/stable-diffusion-webui/launch.py
|
17 |
RUN sed -i -e 's/ start()/ #start()/g' /content/stable-diffusion-webui/launch.py
|
18 |
RUN cd stable-diffusion-webui && python launch.py --skip-torch-cuda-test
|