Spaces:
Paused
Paused
Update Dockerfile
Browse files- Dockerfile +4 -4
Dockerfile
CHANGED
|
@@ -94,13 +94,13 @@ RUN pip install -U onnxruntime-gpu
|
|
| 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
|
| 98 |
-
COPY ./simple-knn
|
| 99 |
|
| 100 |
|
| 101 |
# Yerel kütüphaneleri kur
|
| 102 |
-
RUN pip install
|
| 103 |
-
RUN pip install
|
| 104 |
|
| 105 |
|
| 106 |
# remote dependencies
|
|
|
|
| 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 custom_nodes/ComfyUI-3D-Pack/pointnet2_ops_lib
|
| 98 |
+
COPY ./simple-knn custom_nodes/ComfyUI-3D-Pack/simple-knn
|
| 99 |
|
| 100 |
|
| 101 |
# Yerel kütüphaneleri kur
|
| 102 |
+
RUN pip install custom_nodes/ComfyUI-3D-Pack/pointnet2_ops_lib
|
| 103 |
+
RUN pip install custom_nodes/ComfyUI-3D-Pack/simple-knn
|
| 104 |
|
| 105 |
|
| 106 |
# remote dependencies
|