Modify Dockerfile and requirements.txt.
This commit is contained in:
parent
1b4c76902c
commit
767f9f75fe
@ -2,4 +2,4 @@ FROM python:3.11.3-slim-bullseye
|
|||||||
COPY requirements.txt /
|
COPY requirements.txt /
|
||||||
RUN apt update \
|
RUN apt update \
|
||||||
&& apt install -y wget git \
|
&& apt install -y wget git \
|
||||||
&& pip install -r requirements.txt --extra-index-url https://download.pytorch.org/whl/cu117 --pre xformers
|
&& pip install -r requirements.txt --extra-index-url https://download.pytorch.org/whl/cu117
|
||||||
|
|||||||
@ -1,9 +1,7 @@
|
|||||||
accelerate
|
accelerate
|
||||||
scipy
|
diffusers[torch]==0.16.1
|
||||||
diffusers[torch]
|
onnxruntime==1.15.0
|
||||||
safetensors
|
safetensors==0.3.1
|
||||||
torch==2.0.1+cu117
|
torch==2.0.1+cu117
|
||||||
torchvision
|
transformers==4.29.2
|
||||||
torchmetrics
|
xformers==0.0.20
|
||||||
omegaconf
|
|
||||||
transformers
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user