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

Error: building deepC inside docker container #145

Open
wonjaegang opened this issue Oct 26, 2022 · 2 comments
Open

Error: building deepC inside docker container #145

wonjaegang opened this issue Oct 26, 2022 · 2 comments

Comments

@wonjaegang
Copy link

wonjaegang commented Oct 26, 2022

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

  • python 3.10
  • window 10 x64

I have tried various solutions.

  • login to ducker in terminal with command
  • change dockerfile (python 3.6 dev -> python 3.7 dev)

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

@github-actions
Copy link

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

@AbhishekPat99
Copy link

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

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

2 participants