Illumotion commited on
Commit
bb5f74e
1 Parent(s): 322f55c

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -15,8 +15,8 @@ USER user
15
 
16
  RUN pip3 install --upgrade pip
17
  RUN pip install xformers==0.0.16
18
- RUN pip install triton==2.0.0
19
- RUN pip install numexpr
20
 
21
 
22
  COPY . stable-diffusion-webui
 
15
 
16
  RUN pip3 install --upgrade pip
17
  RUN pip install xformers==0.0.16
18
+ RUN pip install triton==2.0.0 numexpr
19
+ RUN pip install -r stable-diffusion-webui/requirements.txt
20
 
21
 
22
  COPY . stable-diffusion-webui