You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
=> 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
The text was updated successfully, but these errors were encountered:
=> ERROR [packages 10/10] RUN cd csrc/cauchy && pip install . && cd ../../ && cd csrc/fftconv && pip install . && cd ../../ 0.4s
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
The text was updated successfully, but these errors were encountered: