Spaces:
Runtime error
Runtime error
Illumotion
commited on
Commit
·
d10ce4c
1
Parent(s):
9bcb46e
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -16,7 +16,7 @@ RUN chown -R user:user stable-diffusion-webui
|
|
16 |
USER user
|
17 |
|
18 |
RUN pip3 install --upgrade pip
|
19 |
-
RUN pip install pip install torch
|
20 |
RUN pip install xformers==0.0.16
|
21 |
RUN pip install triton==2.0.0 numexpr
|
22 |
|
|
|
16 |
USER user
|
17 |
|
18 |
RUN pip3 install --upgrade pip
|
19 |
+
RUN pip install pip install torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/cpu
|
20 |
RUN pip install xformers==0.0.16
|
21 |
RUN pip install triton==2.0.0 numexpr
|
22 |
|