-
Notifications
You must be signed in to change notification settings - Fork 180
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
/bin/sh: 1: COPY: not found #39
Comments
Also i tried pip install, but with this command:
I get this error: |
Ah, both are my legacy typos, I just pushed two commits and would you please update the codes and see whether the errors still exist? |
Now docker can build it, but there's another error occures when I try to run it: /opt/conda/lib/python3.10/site-packages/torchvision/io/image.py:13: UserWarning: Failed to load image Python extension: '/opt/conda/lib/python3.10/site-packages/torchvision/image.so: undefined symbol: _ZN3c1017RegisterOperatorsD1Ev'If you don't plan on using image functionality from |
This looks like an env issue, I'm not available to debug the Docker env right now, maybe you can try to modify the |
Yeah, trying to solve problem. |
Installed with pip, ran. |
Ah, another known issue which was fixed in the latest version, which I cannot commit because I'm afraid that they will break everything you've tried. 🤣 To make things easier, maybe you can download this file and put it under |
Now I can run it(with python3.10), but get segfault(seems to be that I just dont have enough memory, 8 GB RAM, 4GB VRAM) cfcreator serve --lazy --cache_dir . |
cfcreator serve --limit 1 --cache_dir . 😃 |
Ahhhhh my bad again, I tried to pin another version, please pull again and try if it works. 🤣🙏 |
Pulled. Tried to install in manually, but it led to endless loading. |
Ah, could you please tell me what happens during the 'endless loading'? Because maybe it means it's working (at least partially...) |
Maybe I need more context, would you mind screenshot more? |
While building with docker i got whis problem:
315.7 /bin/sh: 1: COPY: not found
ERROR: process "/bin/sh -c rm -rf /opt/conda/lib/python3.10/site-packages/cv2 && pip install -U pip && apt-get update && apt-get install -y gcc git tzdata && pip install --upgrade Pillow && apt-get clean && rm -rf /tmp/* /var/cache/* /usr/share/doc/* /usr/share/man/* /var/lib/apt/lists/* && COPY . ." did not complete successfully: exit code: 127
[3/4] RUN rm -rf /opt/conda/lib/python3.10/site-packages/cv2 && pip install -U pip && apt-get update && apt-get install -y gcc git tzdata && pip install --upgrade Pillow && apt-get clean && rm -rf /tmp/* /var/cache/* /usr/share/doc/* /usr/share/man/* /var/lib/apt/lists/* && COPY . .
Didn't find any information, why this error occures?
The text was updated successfully, but these errors were encountered: