pan commited on
Commit
9b76870
·
verified ·
1 Parent(s): 1f1c346

Update virtaicloud.dockerfile

Browse files
Files changed (1) hide show
  1. 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