Commit 29e3351b authored by novelailab's avatar novelailab

it hurts

parent ecc4e4c0
......@@ -16,7 +16,8 @@ RUN pip3 install torch torchvision torchaudio --extra-index-url https://download
#Install Python deps
RUN pip3 install --no-cache-dir dotmap icecream sentry-sdk numpy fastapi "uvicorn[standard]" gunicorn
RUN pip3 install omegaconf transformers einops
RUN pip3 install https://github.com/NovelAI/stable-diffusion/archive/ce18a4ec7c72f532a8653f03206058caf76804d8.zip
RUN git clone https://github.com/NovelAI/stable-diffusion
RUN pip3 install -e stable-diffusion/.
#Open ports
EXPOSE 8080
......
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