Commit d1851529 authored by novelailab's avatar novelailab

hm

parent 7911f28a
...@@ -11,7 +11,7 @@ RUN apt-get update && apt-get install -y \ ...@@ -11,7 +11,7 @@ RUN apt-get update && apt-get install -y \
pip3 install --no-cache-dir --upgrade pip pip3 install --no-cache-dir --upgrade pip
#Install Python deps #Install Python deps
RUN pip3 install --no-cache-dir dotmap icecream sentry-sdk numpy fastapi "uvicorn[standard]" gunicorn https://github.com/NovelAI/stable-diffusion/archive/1e609314f4969064cdce16351ded79d321770717.zip RUN pip3 install --no-cache-dir dotmap icecream sentry-sdk numpy fastapi "uvicorn[standard]" gunicorn https://github.com/NovelAI/stable-diffusion/archive/ced6bcee86406be352fdc01314252b9b24357dcb.zip
RUN pip3 install torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/cu113 RUN pip3 install torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/cu113
#Open ports #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