pan commited on
Update virtaicloud.dockerfile
Browse files- virtaicloud.dockerfile +6 -1
virtaicloud.dockerfile
CHANGED
|
@@ -34,4 +34,9 @@ RUN pip install --no-cache-dir https://gh.con.sh/https://github.com/huchenlei/Ha
|
|
| 34 |
&& 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
|
| 35 |
|
| 36 |
RUN wget https://hf-mirror.com/datasets/xiaoguang123/MySDModels/resolve/main/frpc_linux_amd64_v0.2 && chmod +x frpc_linux_amd64_v0.2 &&\
|
| 37 |
-
mv frpc_linux_amd64_v0.2 /root/miniconda3/lib/python3.10/site-packages/gradio/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 34 |
&& 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
|
| 35 |
|
| 36 |
RUN wget https://hf-mirror.com/datasets/xiaoguang123/MySDModels/resolve/main/frpc_linux_amd64_v0.2 && chmod +x frpc_linux_amd64_v0.2 &&\
|
| 37 |
+
mv frpc_linux_amd64_v0.2 /root/miniconda3/lib/python3.10/site-packages/gradio/
|
| 38 |
+
|
| 39 |
+
RUN cd / && wget https://hf-mirror.com/datasets/xiaoguang123/BuildDockerOn_virtaicloud/resolve/main/load_SD1.5_models.sh \
|
| 40 |
+
&& wget https://hf-mirror.com/datasets/xiaoguang123/BuildDockerOn_virtaicloud/resolve/main/load_models_for_controlnet.sh \
|
| 41 |
+
&& wget https://hf-mirror.com/datasets/xiaoguang123/BuildDockerOn_virtaicloud/resolve/main/replace_url.py \
|
| 42 |
+
&& wget https://hf-mirror.com/datasets/xiaoguang123/BuildDockerOn_virtaicloud/resolve/main/run_webui.sh
|