Spaces:
Running
on
T4
Running
on
T4
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -10,7 +10,7 @@ RUN apt-get update -y && apt-get upgrade -y && apt-get install -y libgl1 libglib
|
|
10 |
RUN pip install torch==1.12.1+cu113 torchvision==0.13.1+cu113 torchsde --extra-index-url https://download.pytorch.org/whl/cu113
|
11 |
RUN pip install https://github.com/camenduru/stable-diffusion-webui-colab/releases/download/0.0.16/xformers-0.0.16+814314d.d20230118-cp310-cp310-linux_x86_64.whl
|
12 |
RUN pip install --pre triton
|
13 |
-
RUN pip install numexpr einops
|
14 |
|
15 |
ADD . .
|
16 |
RUN adduser --disabled-password --gecos '' user
|
|
|
10 |
RUN pip install torch==1.12.1+cu113 torchvision==0.13.1+cu113 torchsde --extra-index-url https://download.pytorch.org/whl/cu113
|
11 |
RUN pip install https://github.com/camenduru/stable-diffusion-webui-colab/releases/download/0.0.16/xformers-0.0.16+814314d.d20230118-cp310-cp310-linux_x86_64.whl
|
12 |
RUN pip install --pre triton
|
13 |
+
RUN pip install numexpr einops transformers k_diffusion safetensors gradio diffusers==0.12.1
|
14 |
|
15 |
ADD . .
|
16 |
RUN adduser --disabled-password --gecos '' user
|