darkstorm2150
commited on
Commit
•
6e09576
1
Parent(s):
d143e5a
Update Dockerfile
Browse files- Dockerfile +3 -1
Dockerfile
CHANGED
@@ -13,7 +13,9 @@ RUN mkdir /content && chown -R user:user /content
|
|
13 |
WORKDIR /content
|
14 |
USER user
|
15 |
|
16 |
-
RUN
|
|
|
|
|
17 |
RUN pip install torchmetrics==0.11.4
|
18 |
RUN pip install https://github.com/camenduru/stable-diffusion-webui-colab/releases/download/0.0.17/xformers-0.0.17+b6be33a.d20230315-cp39-cp39-linux_x86_64.whl
|
19 |
RUN pip install --pre triton
|
|
|
13 |
WORKDIR /content
|
14 |
USER user
|
15 |
|
16 |
+
RUN pip install --upgrade pip
|
17 |
+
RUN source venv/bin/activate
|
18 |
+
RUN pip install httpx==0.24.1
|
19 |
RUN pip install torchmetrics==0.11.4
|
20 |
RUN pip install https://github.com/camenduru/stable-diffusion-webui-colab/releases/download/0.0.17/xformers-0.0.17+b6be33a.d20230315-cp39-cp39-linux_x86_64.whl
|
21 |
RUN pip install --pre triton
|