Commit bd79fe2e authored by novelailab's avatar novelailab

fix

parent 8ef9e021
......@@ -11,7 +11,7 @@ RUN apt-get update && apt-get install -y \
pip3 install --no-cache-dir --upgrade pip
#Install Python deps
RUN pip3 install --no-cache-dir dotmap icecream sentry-sdk numpy fastapi "uvicorn[standard]" gunicorn git+https://github.com/pesser/stable-diffusion/archive/d878c53f131f60a3518acaeb0a1b1095a3689c94.zip
RUN pip3 install --no-cache-dir dotmap icecream sentry-sdk numpy fastapi "uvicorn[standard]" gunicorn https://github.com/pesser/stable-diffusion/archive/d878c53f131f60a3518acaeb0a1b1095a3689c94.zip
RUN pip3 install torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/cu113
#Open ports
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment