FMInference / DejaVu

268 stars 32 forks source link

Miss csrc folder when building docker images #19

Open Mi5sssss opened 7 months ago

Mi5sssss commented 7 months ago

=> ERROR [packages 10/10] RUN cd csrc/cauchy && pip install . && cd ../../ && cd csrc/fftconv && pip install . && cd ../../ 0.4s

[packages 10/10] RUN cd csrc/cauchy && pip install . && cd ../../ && cd csrc/fftconv && pip install . && cd ../../ && cd .. && rm -rf csrc: 0.284 /bin/bash: line 0: cd: csrc/cauchy: No such file or directory

Dockerfile:154

153 | # COPY csrc csrc 154 | >>> RUN cd csrc/cauchy && pip install . && cd ../../ \ 155 | >>> && cd csrc/fftconv && pip install . && cd ../../ \ 156 | >>> && cd .. && rm -rf csrc 157 |

ERROR: failed to solve: process "/bin/sh -c cd csrc/cauchy && pip install . && cd ../../ && cd csrc/fftconv && pip install . && cd ../../ && cd .. && rm -rf csrc" did not complete successfully: exit code: 1

tintin327 commented 6 months ago

Hi, have you found a solution to the Docker problem? I've encountered the same issue as well.

Mi5sssss commented 5 months ago

Hi, have you found a solution to the Docker problem? I've encountered the same issue as well.

No, seems it is difficult to bypass the missing folder.

BaldLee commented 5 months ago

You can find these codes here: https://github.com/HazyResearch/H3