Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Miss csrc folder when building docker images #19

Open
Mi5sssss opened this issue Feb 2, 2024 · 3 comments
Open

Miss csrc folder when building docker images #19

Mi5sssss opened this issue Feb 2, 2024 · 3 comments

Comments

@Mi5sssss
Copy link

Mi5sssss commented Feb 2, 2024

=> 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
Copy link

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

@Mi5sssss
Copy link
Author

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
Copy link

BaldLee commented Apr 9, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants