Spaces:
Paused
Paused
Update Dockerfile
Browse files- Dockerfile +9 -8
Dockerfile
CHANGED
|
@@ -93,14 +93,15 @@ RUN pip install -U onnxruntime-gpu
|
|
| 93 |
# RUN cd custom_nodes && git clone https://github.com/Kosinkadink/ComfyUI-Advanced-ControlNet && cd ComfyUI-Advanced-ControlNet && pip install -r requirements.txt
|
| 94 |
RUN cd custom_nodes && git clone https://github.com/MrForExample/ComfyUI-3D-Pack && cd ComfyUI-3D-Pack && pip install -r requirements.txt
|
| 95 |
|
| 96 |
-
#
|
| 97 |
-
COPY ./tgs/models/snowflake/pointnet2_ops_lib /home/user/app/
|
| 98 |
-
COPY ./simple-knn /home/user/app/simple-knn
|
| 99 |
-
|
| 100 |
-
|
| 101 |
-
|
| 102 |
-
RUN pip install
|
| 103 |
-
|
|
|
|
| 104 |
|
| 105 |
# remote dependencies
|
| 106 |
RUN pip install -U kiui[full]
|
|
|
|
| 93 |
# RUN cd custom_nodes && git clone https://github.com/Kosinkadink/ComfyUI-Advanced-ControlNet && cd ComfyUI-Advanced-ControlNet && pip install -r requirements.txt
|
| 94 |
RUN cd custom_nodes && git clone https://github.com/MrForExample/ComfyUI-3D-Pack && cd ComfyUI-3D-Pack && pip install -r requirements.txt
|
| 95 |
|
| 96 |
+
# Özel node klasörlerini kopyala
|
| 97 |
+
COPY ./tgs/models/snowflake/pointnet2_ops_lib /home/user/app/ComfyUI/custom_nodes/ComfyUI-3D-Pack/pointnet2_ops_lib
|
| 98 |
+
COPY ./simple-knn /home/user/app/ComfyUI/custom_nodes/ComfyUI-3D-Pack/simple-knn
|
| 99 |
+
|
| 100 |
+
|
| 101 |
+
# Yerel kütüphaneleri kur
|
| 102 |
+
RUN pip install /home/user/app/ComfyUI/custom_nodes/ComfyUI-3D-Pack/pointnet2_ops_lib
|
| 103 |
+
RUN pip install /home/user/app/ComfyUI/custom_nodes/ComfyUI-3D-Pack/simple-knn
|
| 104 |
+
|
| 105 |
|
| 106 |
# remote dependencies
|
| 107 |
RUN pip install -U kiui[full]
|