pan commited on
Update virtaicloud.dockerfile
Browse files- virtaicloud.dockerfile +1 -1
virtaicloud.dockerfile
CHANGED
|
@@ -28,7 +28,7 @@ RUN cd / && git clone https://githubfast.com/lllyasviel/stable-diffusion-webui-f
|
|
| 28 |
RUN mkdir -p /stable-diffusion-webui-forge/interrogate && cp /stable-diffusion-webui-forge/repositories/clip-interrogator/clip_interrogator/data/* /stable-diffusion-webui-forge/interrogate
|
| 29 |
|
| 30 |
RUN pip install --no-cache-dir clip xformers==0.0.23.post1
|
| 31 |
-
RUN pip install --no-cache-dir python-dotenv chardet PyExecJS pathos openai aliyun-python-sdk-core aliyun-python-sdk-alimt insightface
|
| 32 |
RUN pip install --no-cache-dir https://gh.con.sh/https://github.com/huchenlei/HandRefinerPortable/releases/download/v1.0.1/handrefinerportable-2024.2.12.0-py2.py3-none-any.whl \
|
| 33 |
&& pip install --no-cache-dir https://gh.con.sh/https://github.com/huchenlei/Depth-Anything/releases/download/v1.0.0/depth_anything-2024.1.22.0-py2.py3-none-any.whl
|
| 34 |
|
|
|
|
| 28 |
RUN mkdir -p /stable-diffusion-webui-forge/interrogate && cp /stable-diffusion-webui-forge/repositories/clip-interrogator/clip_interrogator/data/* /stable-diffusion-webui-forge/interrogate
|
| 29 |
|
| 30 |
RUN pip install --no-cache-dir clip xformers==0.0.23.post1
|
| 31 |
+
RUN pip install --no-cache-dir python-dotenv chardet PyExecJS pathos openai aliyun-python-sdk-core aliyun-python-sdk-alimt insightface fvcore onnxruntime svglib
|
| 32 |
RUN pip install --no-cache-dir https://gh.con.sh/https://github.com/huchenlei/HandRefinerPortable/releases/download/v1.0.1/handrefinerportable-2024.2.12.0-py2.py3-none-any.whl \
|
| 33 |
&& pip install --no-cache-dir https://gh.con.sh/https://github.com/huchenlei/Depth-Anything/releases/download/v1.0.0/depth_anything-2024.1.22.0-py2.py3-none-any.whl
|
| 34 |
|