ai-techsystems / deepC

vendor independent TinyML deep learning library, compiler and inference framework microcomputers and micro-controllers
https://cainvas.ai-tech.systems/
Apache License 2.0
555 stars 86 forks source link

Error: building deepC inside docker container #145

Open wonjaegang opened 1 year ago

wonjaegang commented 1 year ago

Hi. I am glad to find your product and just dying to use it. But when I try to build it in my local computer, cmd terminal prints error message below.

=> ERROR [3/4] RUN pip3 install numpy==1.15.0 onnx==1.5.0                                                        11.4s
------
 > [3/4] RUN pip3 install numpy==1.15.0 onnx==1.5.0:
#6 1.171 Collecting numpy==1.15.0
#6 2.429   Downloading https://files.pythonhosted.org/packages/88/29/f4c845648ed23264e986cdc5fbab5f8eace1be5e62144ef69ccc7189461d/numpy-1.15.0-cp36-cp36m-manylinux1_x86_64.whl (13.9MB)
#6 7.812 Collecting onnx==1.5.0
#6 8.174   Downloading https://files.pythonhosted.org/packages/88/50/e4a5a869093f35884d1fd95b46b24705ab27adb7e562a2a307523c043be3/onnx-1.5.0-cp36-cp36m-manylinux1_x86_64.whl (7.0MB)
#6 10.50 Collecting protobuf (from onnx==1.5.0)
#6 11.10   Downloading https://files.pythonhosted.org/packages/6c/be/4e32d02bf08b8f76bf6e59f2a531690c1e4264530404501f3489ca975d9a/protobuf-4.21.0-py2.py3-none-any.whl (164kB)
#6 11.27 protobuf requires Python '>=3.7' but the running Python is 3.6.9
------
executor failed running [/bin/sh -c pip3 install numpy==1.15.0 onnx==1.5.0]: exit code: 1
Unable to find image 'dnnc:latest' locally
[2022-10-26T23:16:11.819479900Z][docker-credential-desktop][W] Windows version might not be up-to-date: The system cannot find the file specified.
docker: Error response from daemon: pull access denied for dnnc, repository does not exist or may require 'docker login': denied: requested access to the resource is denied.
See 'docker run --help'.

I am using

I have tried various solutions.

But still, I can not fix it. Could you help me?

github-actions[bot] commented 1 year ago

Thank you so much for filing the issue. We will look at it and take appropriate action as soon as possible.' first issue

AbhishekPat99 commented 1 year ago

did you find any solutions for this @wonjaegang ? if so please share it here