Commit ecc4e4c0 authored by novelailab's avatar novelailab

docker

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