kadirnar commited on
Commit
20ec03b
1 Parent(s): 63903ba

Update Dockerfile

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